summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/main.c
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-11-13 17:06:33 +0000
committereadler <eadler@FreeBSD.org>2011-11-13 17:06:33 +0000
commit6efa0e7f2265e3682b271e87fb8123fb38ce080e (patch)
treea958020d9bc4530e3f765e268516f264430f7f0f /sbin/ipfw/main.c
parent26f00733316ea5ae1929508c323b9ce4437bf797 (diff)
downloadFreeBSD-src-6efa0e7f2265e3682b271e87fb8123fb38ce080e.zip
FreeBSD-src-6efa0e7f2265e3682b271e87fb8123fb38ce080e.tar.gz
- fix duplicate "a a" in some comments
Submitted by: eadler Approved by: simon MFC after: 3 days
Diffstat (limited to 'sbin/ipfw/main.c')
-rw-r--r--sbin/ipfw/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/main.c b/sbin/ipfw/main.c
index 433ce7d..e665b45 100644
--- a/sbin/ipfw/main.c
+++ b/sbin/ipfw/main.c
@@ -87,7 +87,7 @@ help(void)
* which includes the program name and a NULL entry at the end.
* If we are called with a single string, we split it on whitespace.
* Also, arguments with a trailing ',' are joined to the next one.
- * The pointers (av[]) and data are in a a single chunk of memory.
+ * The pointers (av[]) and data are in a single chunk of memory.
* av[0] points to the original program name, all other entries
* point into the allocated chunk.
*/
OpenPOWER on IntegriCloud