diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/gvinum/gvinum.c | 2 | ||||
-rw-r--r-- | sbin/ipfw/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/gvinum/gvinum.c b/sbin/gvinum/gvinum.c index 203976100c0e..0544d00c2e96 100644 --- a/sbin/gvinum/gvinum.c +++ b/sbin/gvinum/gvinum.c @@ -557,7 +557,7 @@ find_pattern(char *line, char *pattern) return (NULL); } -/* Find a free name for an object given a a prefix. */ +/* Find a free name for an object given a prefix. */ char * find_name(const char *prefix, int type, int namelen) { 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. */ |