git: 8f1c946f1c42 - main - cxgbetool(8): Fix a typo in an error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Oct 2025 15:59:57 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=8f1c946f1c42bdf9fabd870100b316af71c5e45e
commit 8f1c946f1c42bdf9fabd870100b316af71c5e45e
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:27:51 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-26 15:59:41 +0000
cxgbetool(8): Fix a typo in an error message
- s/MISCELANEOUS/MISCELLANEOUS/
MFC after: 1 week
---
usr.sbin/cxgbetool/tcbshowt7.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/cxgbetool/tcbshowt7.c b/usr.sbin/cxgbetool/tcbshowt7.c
index a3397960b26b..1d4be0fbcc91 100644
--- a/usr.sbin/cxgbetool/tcbshowt7.c
+++ b/usr.sbin/cxgbetool/tcbshowt7.c
@@ -190,7 +190,7 @@ void t7_display_tcb_aux_0 (_TCBVAR *tvp, int aux)
val("rx_flow_control_ddp"));
- PR("MISCELANEOUS:\n"); /* *************************** */
+ PR("MISCELLANEOUS:\n"); /* *************************** */
PR(" pend_ctl: 0x%1x, core_bypass: 0x%x, main_slush: 0x%x\n",
((val("pend_ctl2")<<2) | (val("pend_ctl1")<<1) |
val("pend_ctl0")),