diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2021-12-04 11:10:39 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-12-04 11:10:39 +0000 |
| commit | e10ac086319df82b7bdc93aa9af61620a33eda2f (patch) | |
| tree | d759c8bc438b518a7eb65f8c161f7f51005efe97 /contrib/ipfilter | |
| parent | a9beea051171e19f3ea36febc84df55b3cd78d6b (diff) | |
Diffstat (limited to 'contrib/ipfilter')
| -rw-r--r-- | contrib/ipfilter/lib/interror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ipfilter/lib/interror.c b/contrib/ipfilter/lib/interror.c index ffa12def4ac1..183e465a0ca4 100644 --- a/contrib/ipfilter/lib/interror.c +++ b/contrib/ipfilter/lib/interror.c @@ -358,7 +358,7 @@ log" }, /* -------------------------------------------------------------------------- */ { 70001, "incorrect object size to get pool stats" }, { 70002, "could not malloc memory for new pool node" }, - { 70003, "invalid addresss length for new pool node" }, + { 70003, "invalid address length for new pool node" }, { 70004, "invalid mask length for new pool node" }, { 70005, "error adding node to pool" }, { 70006, "pool already exists" }, |
