svn commit: r196441 - head/lib/libpmc

Joseph Koshy jkoshy at FreeBSD.org
Sun Aug 23 06:22:32 UTC 2009


Author: jkoshy
Date: Sun Aug 23 06:22:31 2009
New Revision: 196441
URL: http://svn.freebsd.org/changeset/base/196441

Log:
  Correct typos.

Modified:
  head/lib/libpmc/pmc_read.3

Modified: head/lib/libpmc/pmc_read.3
==============================================================================
--- head/lib/libpmc/pmc_read.3	Sun Aug 23 06:19:02 2009	(r196440)
+++ head/lib/libpmc/pmc_read.3	Sun Aug 23 06:22:31 2009	(r196441)
@@ -30,7 +30,7 @@
 .Nm pmc_read ,
 .Nm pmc_rw ,
 .Nm pmc_write ,
-.Nd read and write hardware performace counters
+.Nd read and write hardware performance counters
 .Sh LIBRARY
 .Lb libpmc
 .Sh SYNOPSIS
@@ -62,7 +62,7 @@ Function
 .Fn pmc_rw
 combines a read and a write into a single atomic operation.
 .Pp
-For write operations the PMC should be a quiesced state.
+For write operations the PMC should be a quiescent state.
 .Sh RETURN VALUES
 .Rv -std
 .Sh ERRORS


More information about the svn-src-head mailing list