cxgbetool(8): Fix a typo in a source code comment

- s/paramter/parameter/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-15 10:29:54 +02:00
parent 4732904942
commit 59f7c7ff51

View file

@ -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;