git: 59f7c7ff5125 - main - cxgbetool(8): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 15 Sep 2022 08:30:04 UTC
The branch main has been updated by gbe (doc committer):

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

commit 59f7c7ff51256f0d5712e13b3efd0e62cd405f9b
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-15 08:29:54 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
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;