diff options
-rw-r--r-- | sys/sys/pmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h index cfec777..02a8714 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") |