summaryrefslogtreecommitdiffstats
path: root/sys/sys/pmc.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 15:14:17 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 15:14:17 +0000
commitcacb7c41e21bf8ff9e1e931a5a98bef75389a4e3 (patch)
tree0bbdc3153f49eb0bc2d5107df04fb80a583242b0 /sys/sys/pmc.h
parent63376757cf97c97df302265cd6975b8daf66d631 (diff)
downloadFreeBSD-src-cacb7c41e21bf8ff9e1e931a5a98bef75389a4e3.zip
FreeBSD-src-cacb7c41e21bf8ff9e1e931a5a98bef75389a4e3.tar.gz
sys/sys: minor spelling fixes.
While the changes are minor, these headers are very visible. MFC after: 2 weeks
Diffstat (limited to 'sys/sys/pmc.h')
-rw-r--r--sys/sys/pmc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h
index e559b76..a03e507 100644
--- a/sys/sys/pmc.h
+++ b/sys/sys/pmc.h
@@ -283,7 +283,7 @@ enum pmc_disp {
__PMC_CAP(THRESHOLD, 4, "ignore events below a threshold") \
__PMC_CAP(READ, 5, "read PMC counter") \
__PMC_CAP(WRITE, 6, "reprogram PMC counter") \
- __PMC_CAP(INVERT, 7, "invert comparision sense") \
+ __PMC_CAP(INVERT, 7, "invert comparison sense") \
__PMC_CAP(QUALIFIER, 8, "further qualify monitored events") \
__PMC_CAP(PRECISE, 9, "perform precise sampling") \
__PMC_CAP(TAGGING, 10, "tag upstream events") \
@@ -587,7 +587,7 @@ struct pmc_op_writelog {
/*
* OP GETMSR
*
- * Retrieve the machine specific address assoicated with the allocated
+ * Retrieve the machine specific address associated with the allocated
* PMC. This number can be used subsequently with a read-performance-counter
* instruction.
*/
OpenPOWER on IntegriCloud