aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-11-13 17:06:33 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-11-13 17:06:33 +0000
commit3b6dc18ef553ab572cca0be3ce55e0132f35b0fb (patch)
treea958020d9bc4530e3f765e268516f264430f7f0f /sbin/ipfw
parent745253594bda1abb7591937dc54b56c527a5c0b7 (diff)
downloadsrc-3b6dc18ef553ab572cca0be3ce55e0132f35b0fb.tar.gz
src-3b6dc18ef553ab572cca0be3ce55e0132f35b0fb.zip
- fix duplicate "a a" in some comments
Submitted by: eadler Approved by: simon MFC after: 3 days
Notes
Notes: svn path=/head/; revision=227489
Diffstat (limited to 'sbin/ipfw')
-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 433ce7d6b5cc..e665b4549fa7 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.
*/