The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=59f7c7ff51256f0d5712e13b3efd0e62cd405f9b

commit 59f7c7ff51256f0d5712e13b3efd0e62cd405f9b
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-09-15 08:29:54 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-09-15 08:29:54 +0000

    cxgbetool(8): Fix a typo in a source code comment
    
    - s/paramter/parameter/
    
    MFC after:      3 days
---
 usr.sbin/cxgbetool/cxgbetool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/cxgbetool/cxgbetool.c b/usr.sbin/cxgbetool/cxgbetool.c
index 5cdebeb0f181..43707df0b47a 100644
--- a/usr.sbin/cxgbetool/cxgbetool.c
+++ b/usr.sbin/cxgbetool/cxgbetool.c
@@ -1412,7 +1412,7 @@ filter_cmd(int argc, const char *argv[], int hashfilter)
                        /*
                         * No numeric index means this must be a request to
                         * create a new hashfilter and we are already at the
-                        * paramter/value list.
+                        * parameter/value list.
                         */
                        idx = (uint32_t) -1;
                        goto setf;

Reply via email to