diff options
author | eadler <eadler@FreeBSD.org> | 2011-11-13 17:06:33 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-11-13 17:06:33 +0000 |
commit | 6efa0e7f2265e3682b271e87fb8123fb38ce080e (patch) | |
tree | a958020d9bc4530e3f765e268516f264430f7f0f /usr.sbin/pmcstat | |
parent | 26f00733316ea5ae1929508c323b9ce4437bf797 (diff) | |
download | FreeBSD-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/pmcstat')
-rw-r--r-- | usr.sbin/pmcstat/pmcstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |