summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2002-01-03 09:19:53 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2002-01-03 09:19:53 +0000
commit1f25dfca22a3bf80b363818b16c6d968b5639218 (patch)
treea45624abf09349cc83f71dd68ab0c097121933b1
parent5c8152990258f034ddd2f768694edaf083debc24 (diff)
Typo.
-rw-r--r--sbin/isakmpd/pf_key_v2.c4
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)