summaryrefslogtreecommitdiffstats
path: root/sbin
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
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')
-rw-r--r--sbin/gvinum/gvinum.c2
-rw-r--r--sbin/ipfw/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/gvinum/gvinum.c b/sbin/gvinum/gvinum.c
index 2039761..0544d00 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 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