svn commit: r213928 - head/usr.sbin/pmcannotate

Benedict Reuschling bcr at FreeBSD.org
Sat Oct 16 17:30:28 UTC 2010


Author: bcr (doc committer)
Date: Sat Oct 16 17:30:27 2010
New Revision: 213928
URL: http://svn.freebsd.org/changeset/base/213928

Log:
  Fix a grammatical error connected to the previous commit.
  
  Spotted by:	gjb@

Modified:
  head/usr.sbin/pmcannotate/pmcannotate.c

Modified: head/usr.sbin/pmcannotate/pmcannotate.c
==============================================================================
--- head/usr.sbin/pmcannotate/pmcannotate.c	Sat Oct 16 15:24:04 2010	(r213927)
+++ head/usr.sbin/pmcannotate/pmcannotate.c	Sat Oct 16 17:30:27 2010	(r213928)
@@ -356,7 +356,7 @@ fqueue_insertent(struct entry *entry)
 		}
 
 	/*
-	 * If the first-level aggregation object already exist,
+	 * If the first-level aggregation object already exists,
 	 * just aggregate the samples and, if needed, resort
 	 * it.
 	 */


More information about the svn-src-all mailing list