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;