aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/AVR/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/AVR/chcore.h')
-rw-r--r--os/ports/GCC/AVR/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/AVR/chcore.h b/os/ports/GCC/AVR/chcore.h
index 282ec5a16..88001a73d 100644
--- a/os/ports/GCC/AVR/chcore.h
+++ b/os/ports/GCC/AVR/chcore.h
@@ -248,7 +248,7 @@ struct context {
/**
* @brief Kernel-unlock action.
- * @details Usually this function just disables interrupts but may perform more
+ * @details Usually this function just enables interrupts but may perform more
* actions.
* @note Implemented as global interrupt enable.
*/