summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2006-06-01 01:39:17 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2006-06-01 01:39:17 +0000
commit84b457c74b0967954ba0ae64d37293bf355d2ff9 (patch)
treee0e223287d27eed52ab4359c5b7493b9df32566c
parent323b856cab8e3d9e909284680514b24e32e7ebbc (diff)
Fix a comment
-rw-r--r--sbin/isakmpd/isakmpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c
index dc2f33da604..a2014c65983 100644
--- a/sbin/isakmpd/isakmpd.c
+++ b/sbin/isakmpd/isakmpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: isakmpd.c,v 1.91 2006/03/20 16:43:22 hshoexer Exp $ */
+/* $OpenBSD: isakmpd.c,v 1.92 2006/06/01 01:39:16 hshoexer Exp $ */
/* $EOM: isakmpd.c,v 1.54 2000/10/05 09:28:22 niklas Exp $ */
/*
@@ -72,7 +72,7 @@ static void usage(void);
*/
int debug = 0;
-/* Set when no policy file is found. */
+/* Set when no policy file shall be used. */
int acquire_only = 0;
/*