summaryrefslogtreecommitdiff
path: root/kern/perfmon.h
diff options
context:
space:
mode:
authorRemy Noel <mocramis@gmail.com>2018-02-25 17:36:21 +0100
committerRemy Noel <mocramis@gmail.com>2018-02-25 18:19:05 +0100
commitc8030a59c79846363587381a41f1d71f1bde5177 (patch)
tree898d36fb4f5de32a8600a1d6be9c099b17210869 /kern/perfmon.h
parentcba7db6931932953fd0113a70019049234eb0b08 (diff)
parent045500a2c88f4e6b877a4695908eb129340f6782 (diff)
Merge branch 'master' into perfmon
Diffstat (limited to 'kern/perfmon.h')
-rw-r--r--kern/perfmon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/perfmon.h b/kern/perfmon.h
index 1ab24be..a899a01 100644
--- a/kern/perfmon.h
+++ b/kern/perfmon.h
@@ -134,7 +134,7 @@ int perfmon_group_create(struct perfmon_group **groupp);
*
* A group can only be destroyed once stopped and detached.
*
- * Will return ERROR_INVAL if the group is not detached.
+ * Will return EINVAL if the group is not detached.
*/
int perfmon_group_destroy(struct perfmon_group *group);
@@ -160,7 +160,7 @@ int perfmon_group_attach_cpu(struct perfmon_group *group, unsigned int cpu);
*
* It frees associated logical counters..
*
- * returns ERROR_INVAL if the group is still enabled (not stopped).
+ * returns EINVAL if the group is still enabled (not stopped).
*/
int perfmon_group_detach(struct perfmon_group *group);