aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/MSP430/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/MSP430/chcore.h')
-rw-r--r--os/ports/GCC/MSP430/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/MSP430/chcore.h b/os/ports/GCC/MSP430/chcore.h
index c969a6b16..e31a23307 100644
--- a/os/ports/GCC/MSP430/chcore.h
+++ b/os/ports/GCC/MSP430/chcore.h
@@ -217,7 +217,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.
*/