diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2023-01-19 13:22:00 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2023-01-24 08:03:18 +0000 |
commit | 81d8988a75a1ba24db33027c6ce16aa2167c30d8 (patch) | |
tree | 221a68a6408752883b309918b1dd65cf33567d6e | |
parent | dab4775da30809c65df81837c74a9d634375a704 (diff) |
cxgbetool(8): Fix common typos in sysctl descriptions
- s/addres/address/
(cherry picked from commit 74d2a3c16d74376f594162ee622ba470d631b386)
-rw-r--r-- | usr.sbin/cxgbetool/tcbinfot4.c | 2 | ||||
-rw-r--r-- | usr.sbin/cxgbetool/tcbinfot5.c | 2 | ||||
-rw-r--r-- | usr.sbin/cxgbetool/tcbinfot6.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/cxgbetool/tcbinfot4.c b/usr.sbin/cxgbetool/tcbinfot4.c index 9daff0af3338..9ee72458d38d 100644 --- a/usr.sbin/cxgbetool/tcbinfot4.c +++ b/usr.sbin/cxgbetool/tcbinfot4.c @@ -872,7 +872,7 @@ _TCBVAR g_tcb_info4[]={ NULL , 0, 0, /* faka,flo,fhi */ "rq_start" , /* aka */ COMP_NONE , /* comp */ - "DW aligned starting addres of RQ", /*desc*/ + "DW aligned starting address of RQ", /*desc*/ NULL, /*akadesc */ }, {"rq_MSN" , 2, 986, 998, /* name,aux,lo,hi */ diff --git a/usr.sbin/cxgbetool/tcbinfot5.c b/usr.sbin/cxgbetool/tcbinfot5.c index b4baa31a82e2..e15dc998c683 100644 --- a/usr.sbin/cxgbetool/tcbinfot5.c +++ b/usr.sbin/cxgbetool/tcbinfot5.c @@ -879,7 +879,7 @@ _TCBVAR g_tcb_info5[]={ NULL , 0, 0, /* faka,flo,fhi */ "rq_start" , /* aka */ COMP_NONE , /* comp */ - "DW aligned starting addres of RQ", /*desc*/ + "DW aligned starting address of RQ", /*desc*/ NULL, /*akadesc */ }, {"rq_MSN" , 2, 986, 998, /* name,aux,lo,hi */ diff --git a/usr.sbin/cxgbetool/tcbinfot6.c b/usr.sbin/cxgbetool/tcbinfot6.c index 81499136807a..d1f2c24ae7a6 100644 --- a/usr.sbin/cxgbetool/tcbinfot6.c +++ b/usr.sbin/cxgbetool/tcbinfot6.c @@ -879,7 +879,7 @@ _TCBVAR g_tcb_info6[]={ NULL , 0, 0, /* faka,flo,fhi */ "rq_start" , /* aka */ COMP_NONE , /* comp */ - "DW aligned starting addres of RQ", /*desc*/ + "DW aligned starting address of RQ", /*desc*/ NULL, /*akadesc */ }, {"rq_MSN" , 2, 986, 998, /* name,aux,lo,hi */ |