Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2015 00:48:45 +0000 (UTC)
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282673 - head/usr.sbin/pmcstat
Message-ID:  <201505090048.t490mjjn015988@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505090048.t490mjjn015988>