git: 910d4c36da62 - stable/12 - cxgbetool(8): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 18 Sep 2022 06:29:23 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=910d4c36da62e37aed314d97547f6a67e9a7b2c0

commit 910d4c36da62e37aed314d97547f6a67e9a7b2c0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-15 08:29:54 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-18 06:28:56 +0000

    cxgbetool(8): Fix a typo in a source code comment
    
    - s/paramter/parameter/
    
    (cherry picked from commit 59f7c7ff51256f0d5712e13b3efd0e62cd405f9b)
---
 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 c852b4e9940d..0e369f509086 100644
--- a/usr.sbin/cxgbetool/cxgbetool.c
+++ b/usr.sbin/cxgbetool/cxgbetool.c
@@ -1430,7 +1430,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;