aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/MSP430
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-25 19:56:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-25 19:56:00 +0000
commitbefe9632df5540514af04a9e7a084a50778873e8 (patch)
tree84ae76770b2785f2681260504cfa9d6887b536df /os/ports/GCC/MSP430
parent2f572f109a463e7faa46ed544c91198e72e63343 (diff)
downloadChibiOS-befe9632df5540514af04a9e7a084a50778873e8.tar.gz
ChibiOS-befe9632df5540514af04a9e7a084a50778873e8.tar.bz2
ChibiOS-befe9632df5540514af04a9e7a084a50778873e8.zip
Fixed a small documentation error in port_unlock() implementations.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3452 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/MSP430')
-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.
*/