From 6efa0e7f2265e3682b271e87fb8123fb38ce080e Mon Sep 17 00:00:00 2001 From: eadler Date: Sun, 13 Nov 2011 17:06:33 +0000 Subject: - fix duplicate "a a" in some comments Submitted by: eadler Approved by: simon MFC after: 3 days --- usr.sbin/pmcstat/pmcstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/pmcstat') 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) { -- cgit v1.1