git: 57e91da5df08 - stable/13 - cxgbetool(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Sep 2022 06:06:21 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=57e91da5df08cfb1e486c6c98253fe66edbb25f3
commit 57e91da5df08cfb1e486c6c98253fe66edbb25f3
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:05:07 +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 77f092123de9..1d239ccf238a 100644
--- a/usr.sbin/cxgbetool/cxgbetool.c
+++ b/usr.sbin/cxgbetool/cxgbetool.c
@@ -1448,7 +1448,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;