summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2015-05-09 00:48:44 +0000
committerstas <stas@FreeBSD.org>2015-05-09 00:48:44 +0000
commit42ca9843bbed73f4d0f9789f3a5c18bf5f7a9399 (patch)
tree49c15fdaffc6efddb80a21d35e97594d06100429 /usr.sbin/pmcstat
parentdbdd433e4d8cd1d3f04bee731789d2f83e036db0 (diff)
downloadFreeBSD-src-42ca9843bbed73f4d0f9789f3a5c18bf5f7a9399.zip
FreeBSD-src-42ca9843bbed73f4d0f9789f3a5c18bf5f7a9399.tar.gz
Fix the double space in comment.
While here, change the comment style to match the rest of the file.
Diffstat (limited to 'usr.sbin/pmcstat')
-rw-r--r--usr.sbin/pmcstat/pmcstat_log.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcstat_log.c b/usr.sbin/pmcstat/pmcstat_log.c
index 40de320..8190b28 100644
--- a/usr.sbin/pmcstat/pmcstat_log.c
+++ b/usr.sbin/pmcstat/pmcstat_log.c
@@ -1531,7 +1531,9 @@ pmcstat_analyze_log(void)
free(ppm);
}
- /* associate this process image */
+ /*
+ * Associate this process image.
+ */
image_path = pmcstat_string_intern(
ev.pl_u.pl_x.pl_pathname);
assert(image_path != NULL);
OpenPOWER on IntegriCloud