summaryrefslogtreecommitdiff
path: root/kern/cpumap.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/cpumap.h')
-rw-r--r--kern/cpumap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/cpumap.h b/kern/cpumap.h
index 86d345da..e0ac9fce 100644
--- a/kern/cpumap.h
+++ b/kern/cpumap.h
@@ -159,7 +159,7 @@ void cpumap_destroy(struct cpumap *cpumap);
* Check the validity of a CPU map.
*
* If the map doesn't identify at least one managed processor, return
- * ERROR_INVAL.
+ * EINVAL.
*/
int cpumap_check(const struct cpumap *cpumap);