diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 15:27:51 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 15:59:41 +0000 |
| commit | 8f1c946f1c42bdf9fabd870100b316af71c5e45e (patch) | |
| tree | 9e830dbe4dd64aa23aa47c716732f32bcc9f4020 | |
| parent | 39d43543b306ac686aa684303ae972c386ccea12 (diff) | |
cxgbetool(8): Fix a typo in an error message
- s/MISCELANEOUS/MISCELLANEOUS/
MFC after: 1 week
| -rw-r--r-- | usr.sbin/cxgbetool/tcbshowt7.c | 2 |
1 files changed, 1 insertions, 1 deletions
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")), |
