summaryrefslogtreecommitdiff
path: root/kern/intr.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/intr.h')
-rw-r--r--kern/intr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/intr.h b/kern/intr.h
index 820f8416..655c0986 100644
--- a/kern/intr.h
+++ b/kern/intr.h
@@ -28,7 +28,7 @@
*
* Return codes :
* - 0 Interrupt successfully handled
- * - ERROR_AGAIN Spurious interrupt
+ * - EAGAIN Spurious interrupt
*/
typedef int (*intr_handler_fn_t)(void *arg);