Correct a typo.

Submitted by:	Rahul Saxena <rahul dot k dot saxena at gmail dot com>
This commit is contained in:
Joseph Koshy 2010-03-13 15:10:07 +00:00
parent 7d4bbea850
commit 39033fab9d

View File

@ -298,7 +298,7 @@ enum pmc_event {
__PMC_OP(PMCRW, "Read/Set a PMC") \
__PMC_OP(PMCSETCOUNT, "Set initial count/sampling rate") \
__PMC_OP(PMCSTART, "Start a PMC") \
__PMC_OP(PMCSTOP, "Start a PMC") \
__PMC_OP(PMCSTOP, "Stop a PMC") \
__PMC_OP(WRITELOG, "Write a cookie to the log file")