Fix the double space in comment.

While here, change the comment style to match the rest of the file.
This commit is contained in:
Stanislav Sedov 2015-05-09 00:48:44 +00:00
parent 2547b459b0
commit dc599a6bd9

View File

@ -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);