diff options
author | David Krause <david@cvs.openbsd.org> | 2003-08-22 21:50:35 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-08-22 21:50:35 +0000 |
commit | bdee604205b7485ae7e9cb0b6d1aa2e2553297a9 (patch) | |
tree | 90db82ccfd6991f5ec8558150130e86480f41ce6 /sbin/pfctl/pfctl_radix.c | |
parent | 97012dcf81eb4cd9173c8a9e3e6d24d264b70bd2 (diff) |
pf spelling police
ok dhartmei@ jmc@
Diffstat (limited to 'sbin/pfctl/pfctl_radix.c')
-rw-r--r-- | sbin/pfctl/pfctl_radix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_radix.c b/sbin/pfctl/pfctl_radix.c index a07285f49fd..71dbe3174b4 100644 --- a/sbin/pfctl/pfctl_radix.c +++ b/sbin/pfctl/pfctl_radix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_radix.c,v 1.19 2003/07/31 22:25:54 cedric Exp $ */ +/* $OpenBSD: pfctl_radix.c,v 1.20 2003/08/22 21:50:34 david Exp $ */ /* * Copyright (c) 2002 Cedric Berger @@ -454,7 +454,7 @@ pfr_ina_define(struct pfr_table *tbl, struct pfr_addr *addr, int size, return (0); } -/* buffer managment code */ +/* buffer management code */ size_t buf_esize[PFRB_MAX] = { 0, sizeof(struct pfr_table), sizeof(struct pfr_tstats), |