summaryrefslogtreecommitdiffstats
path: root/usr.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 /usr.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 'usr.sbin')
-rw-r--r--usr.sbin/mtree/mtree.52
-rw-r--r--usr.sbin/pmcstat/pmcstat.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mtree/mtree.5 b/usr.sbin/mtree/mtree.5
index 8962e5f..9d3405e 100644
--- a/usr.sbin/mtree/mtree.5
+++ b/usr.sbin/mtree/mtree.5
@@ -48,7 +48,7 @@ Leading whitespace is always ignored.
.Pp
When encoding file or pathnames, any backslash character or
character outside of the 95 printable ASCII characters must be
-encoded as a a backslash followed by three
+encoded as a backslash followed by three
octal digits.
When reading mtree files, any appearance of a backslash
followed by three octal digits should be converted into the
diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c
index 45d64ac..6036167 100644
--- a/usr.sbin/pmcstat/pmcstat.c
+++ b/usr.sbin/pmcstat/pmcstat.c
@@ -1022,7 +1022,7 @@ main(int argc, char **argv)
/*
* Check if "-k kerneldir" was specified, and if whether
- * 'kerneldir' actually refers to a a file. If so, use
+ * 'kerneldir' actually refers to a file. If so, use
* `dirname path` to determine the kernel directory.
*/
if (args.pa_flags & FLAG_HAS_KERNELPATH) {
OpenPOWER on IntegriCloud