summaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-30 19:04:59 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-30 19:04:59 +0000
commitb68ac8007db30517ec4d746f12b4df22d35463c3 (patch)
treeb788ac91d22f06b6e6aa097a51c563f2f4ed26b6 /sbin/pfctl
parent47041448c0c491605adaf85a0263cfa2ef479a22 (diff)
downloadsrc-test-b68ac8007db30517ec4d746f12b4df22d35463c3.tar.gz
src-test-b68ac8007db30517ec4d746f12b4df22d35463c3.zip
Notes
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index a03ddbcfa3bef..ba29321dd3d91 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -6173,7 +6173,7 @@ rt_tableid_max(void)
/*
* As the OpenBSD code only compares > and not >= we need to adjust
* here given we only accept values of 0..n and want to avoid #ifdefs
- * in the grammer.
+ * in the grammar.
*/
return (fibs - 1);
#else