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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to