diff --git a/usr.sbin/cxgbetool/tcb_common.c b/usr.sbin/cxgbetool/tcb_common.c index e40ecc787bd..e37233d4ad3 100644 --- a/usr.sbin/cxgbetool/tcb_common.c +++ b/usr.sbin/cxgbetool/tcb_common.c @@ -300,7 +300,7 @@ decompress_val(_TCBVAR *tvp,unsigned ulp_type,unsigned tx_max, PM_MODE_IANDP==ulp_type) { /* TP does this internally. Not sure if I should show the * unaltered value or the raw value. For now I - * will diplay the raw value. For now I've added the code + * will display the raw value. For now I've added the code * mainly to stop windows compiler from warning about ulp_type * being an unreferenced parameter. */ diff --git a/usr.sbin/cxgbetool/tcbshowt4.c b/usr.sbin/cxgbetool/tcbshowt4.c index b92f8975909..6beb72671b0 100644 --- a/usr.sbin/cxgbetool/tcbshowt4.c +++ b/usr.sbin/cxgbetool/tcbshowt4.c @@ -220,7 +220,7 @@ void t4_display_tcb_aux_0 (_TCBVAR *tvp, int aux) val("rx_flow_control_ddp")); - PR("MISCELANEOUS:\n"); /* *************************** */ + PR("MISCELLANEOUS:\n"); /* *************************** */ PR(" pend_ctl: 0x%1x, unused_flags: 0x%x, main_slush: 0x%x\n", ((val("pend_ctl2")<<2) | (val("pend_ctl1")<<1) | val("pend_ctl0")), diff --git a/usr.sbin/cxgbetool/tcbshowt5.c b/usr.sbin/cxgbetool/tcbshowt5.c index f32b2e79b66..cbdbb35c623 100644 --- a/usr.sbin/cxgbetool/tcbshowt5.c +++ b/usr.sbin/cxgbetool/tcbshowt5.c @@ -220,7 +220,7 @@ void t5_display_tcb_aux_0 (_TCBVAR *tvp, int aux) val("rx_flow_control_ddp")); - PR("MISCELANEOUS:\n"); /* *************************** */ + PR("MISCELLANEOUS:\n"); /* *************************** */ PR(" pend_ctl: 0x%1x, unused_flags: 0x%x, main_slush: 0x%x\n", ((val("pend_ctl2")<<2) | (val("pend_ctl1")<<1) | val("pend_ctl0")), diff --git a/usr.sbin/cxgbetool/tcbshowt6.c b/usr.sbin/cxgbetool/tcbshowt6.c index ed9156d7c3e..9d54512daf3 100644 --- a/usr.sbin/cxgbetool/tcbshowt6.c +++ b/usr.sbin/cxgbetool/tcbshowt6.c @@ -221,7 +221,7 @@ void t6_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")),