diff options
Diffstat (limited to 'sbin/ipfw/main.c')
-rw-r--r-- | sbin/ipfw/main.c | 2 |
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. */ |