diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2009-08-23 06:22:31 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2009-08-23 06:22:31 +0000 |
commit | b8fd9e98f255b4433422cf5326a8e84930b9c1b9 (patch) | |
tree | 1747bf738592901d8ef891482ab5b77753be35f1 /lib/libpmc | |
parent | 4c7b29c0404cc19010b8006ad8b3f3b92aeb8648 (diff) | |
download | FreeBSD-src-b8fd9e98f255b4433422cf5326a8e84930b9c1b9.zip FreeBSD-src-b8fd9e98f255b4433422cf5326a8e84930b9c1b9.tar.gz |
Correct typos.
Diffstat (limited to 'lib/libpmc')
-rw-r--r-- | lib/libpmc/pmc_read.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpmc/pmc_read.3 b/lib/libpmc/pmc_read.3 index 6056fea..d9fa3ce 100644 --- a/lib/libpmc/pmc_read.3 +++ b/lib/libpmc/pmc_read.3 @@ -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 |