summaryrefslogtreecommitdiff
path: root/usr.sbin/sasyncd
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2006-02-15 05:09:30 +0000
committerDavid Krause <david@cvs.openbsd.org>2006-02-15 05:09:30 +0000
commitf80299e8d801601bcda2c65b6d678fb7cbd000fc (patch)
treef318e6232dfa2e24739dc1e712f2ba1cd31a87b4 /usr.sbin/sasyncd
parent861de1ccd3740dd028f9ae8a29548fc3a9fe455d (diff)
remove "the the" in comment; ok jmc@
Diffstat (limited to 'usr.sbin/sasyncd')
-rw-r--r--usr.sbin/sasyncd/pfkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sasyncd/pfkey.c b/usr.sbin/sasyncd/pfkey.c
index d51dbb35d96..9f342e140ce 100644
--- a/usr.sbin/sasyncd/pfkey.c
+++ b/usr.sbin/sasyncd/pfkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfkey.c,v 1.12 2006/01/26 09:53:46 moritz Exp $ */
+/* $OpenBSD: pfkey.c,v 1.13 2006/02/15 05:09:29 david Exp $ */
/*
* Copyright (c) 2005 Håkan Olsson. All rights reserved.
@@ -297,7 +297,7 @@ pfkey_handle_message(struct sadb_msg *m)
/* FALLTHROUGH */
default:
- /* Pass the the rest along to our peers. */
+ /* Pass the rest along to our peers. */
memmove(m, msg, msg->sadb_msg_len * CHUNK); /* for realloc */
return net_queue(NULL, MSG_PFKEYDATA, (u_int8_t *)m,
m->sadb_msg_len * CHUNK);