Comment fix in perf counter header, no code changes.

This commit is contained in:
Lorenz Meier 2014-06-28 12:38:31 +02:00
parent f3a77705a7
commit 13f9ce9ddd

View File

@ -75,7 +75,7 @@ __EXPORT extern void perf_free(perf_counter_t handle);
/**
* Count a performance event.
*
* This call only affects counters that take single events; PC_COUNT etc.
* This call only affects counters that take single events; PC_COUNT, PC_INTERVAL etc.
*
* @param handle The handle returned from perf_alloc.
*/