Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2025 15:59:57 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8f1c946f1c42 - main - cxgbetool(8): Fix a typo in an error message
Message-ID:  <202510261559.59QFxvrl092471@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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")),


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510261559.59QFxvrl092471>