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 /sys/net/pf_ioctl.c | |
parent | 97012dcf81eb4cd9173c8a9e3e6d24d264b70bd2 (diff) |
pf spelling police
ok dhartmei@ jmc@
Diffstat (limited to 'sys/net/pf_ioctl.c')
-rw-r--r-- | sys/net/pf_ioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf_ioctl.c b/sys/net/pf_ioctl.c index 41d0cf6cb32..0607f96b7e6 100644 --- a/sys/net/pf_ioctl.c +++ b/sys/net/pf_ioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_ioctl.c,v 1.80 2003/08/21 19:12:08 frantzen Exp $ */ +/* $OpenBSD: pf_ioctl.c,v 1.81 2003/08/22 21:50:34 david Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1251,7 +1251,7 @@ pfioctl(dev_t dev, u_long cmd, caddr_t addr, int flags, struct proc *p) key.proto = pnl->proto; /* - * userland gives us source and dest of connetion, reverse + * userland gives us source and dest of connection, reverse * the lookup so we ask for what happens with the return * traffic, enabling us to find it in the state tree. */ |