diff options
author | 2002-01-03 09:19:52 +0000 | |
---|---|---|
committer | 2002-01-03 09:19:52 +0000 | |
commit | f5118c175f68c3b7140857cb566f8b370f028f16 (patch) | |
tree | bd6ebef2f3a8b7789fab37ef0db50c3d0e2fca3b | |
parent | If the dma decides to perform I/O on memory that is not mapped, panic (diff) | |
download | wireguard-openbsd-f5118c175f68c3b7140857cb566f8b370f028f16.tar.xz wireguard-openbsd-f5118c175f68c3b7140857cb566f8b370f028f16.zip |
Typo.
-rw-r--r-- | sbin/isakmpd/pf_key_v2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/pf_key_v2.c b/sbin/isakmpd/pf_key_v2.c index 534a123cdde..81554cef697 100644 --- a/sbin/isakmpd/pf_key_v2.c +++ b/sbin/isakmpd/pf_key_v2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_key_v2.c,v 1.91 2001/10/26 13:29:26 ho Exp $ */ +/* $OpenBSD: pf_key_v2.c,v 1.92 2002/01/03 09:19:52 ho Exp $ */ /* $EOM: pf_key_v2.c,v 1.79 2000/12/12 00:33:19 niklas Exp $ */ /* @@ -273,7 +273,7 @@ pf_key_v2_seq (void) /* * Read a PF_KEY packet with SEQ as the sequence number, looping if necessary. * If SEQ is zero just read the first message we see, otherwise we queue - * messages up untile both the PID and the sequence number match. + * messages up until both the PID and the sequence number match. */ static struct pf_key_v2_msg * pf_key_v2_read (u_int32_t seq) |