From 39033fab9d79aad3b2a7b2950527cab8e22309cb Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Sat, 13 Mar 2010 15:10:07 +0000 Subject: [PATCH] Correct a typo. Submitted by: Rahul Saxena --- sys/sys/pmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h index cfec7770ef30..02a87143c529 100644 --- a/sys/sys/pmc.h +++ b/sys/sys/pmc.h @@ -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")