diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-11-13 17:06:33 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-11-13 17:06:33 +0000 |
commit | 3b6dc18ef553ab572cca0be3ce55e0132f35b0fb (patch) | |
tree | a958020d9bc4530e3f765e268516f264430f7f0f /sbin | |
parent | 745253594bda1abb7591937dc54b56c527a5c0b7 (diff) | |
download | src-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')
-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. */ |