From 42ca9843bbed73f4d0f9789f3a5c18bf5f7a9399 Mon Sep 17 00:00:00 2001 From: stas Date: Sat, 9 May 2015 00:48:44 +0000 Subject: [PATCH] Fix the double space in comment. While here, change the comment style to match the rest of the file. --- usr.sbin/pmcstat/pmcstat_log.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.sbin/pmcstat/pmcstat_log.c b/usr.sbin/pmcstat/pmcstat_log.c index 40de320f17a1..8190b2800aeb 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);