summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-05-05 20:12:05 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-05-05 20:12:05 +0000
commitf07afdf6f1b79d9e86357060563e75d22a4e9f05 (patch)
treebca9f26a0f266558780660bce17cf69089421b95
parent4d6e74f4e0087e452992b3a457ad26d21ea3e740 (diff)
fix a couple of comment typos
-rw-r--r--usr.sbin/bgpd/bgpd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 07554af27d9..708ec8472e4 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.229 2009/04/23 16:20:39 sthen Exp $ */
+/* $OpenBSD: bgpd.h,v 1.230 2009/05/05 20:12:04 sthen Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -87,8 +87,8 @@
/*
* Limit the number of control messages generated by the RDE and queued in
- * session enigine. The RDE limit defines how many imsg are generated in
- * on poll round. The if the SE limit is hit the RDE control socket will no
+ * session engine. The RDE limit defines how many imsg are generated in
+ * one poll round. Then if the SE limit is hit the RDE control socket will no
* longer be polled.
*/
#define RDE_RUNNER_ROUNDS 100