svn commit: r282673 - head/usr.sbin/pmcstat

Stanislav Sedov stas at FreeBSD.org
Sat May 9 00:48:45 UTC 2015


Author: stas
Date: Sat May  9 00:48:44 2015
New Revision: 282673
URL: https://svnweb.freebsd.org/changeset/base/282673

Log:
  Fix the double space in comment.
  
  While here, change the comment style to match the rest of the file.

Modified:
  head/usr.sbin/pmcstat/pmcstat_log.c

Modified: head/usr.sbin/pmcstat/pmcstat_log.c
==============================================================================
--- head/usr.sbin/pmcstat/pmcstat_log.c	Fri May  8 23:36:31 2015	(r282672)
+++ head/usr.sbin/pmcstat/pmcstat_log.c	Sat May  9 00:48:44 2015	(r282673)
@@ -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);


More information about the svn-src-head mailing list