Skip to content

Commit

Permalink
Fix the double space in comment.
Browse files Browse the repository at this point in the history
While here, change the comment style to match the rest of the file.
  • Loading branch information
stass committed May 9, 2015
1 parent dbdd433 commit 42ca984
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion usr.sbin/pmcstat/pmcstat_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 42ca984

Please sign in to comment.