aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARM
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/ARM
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/ARM')
-rw-r--r--os/ports/GCC/ARM/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARM/chcore.h b/os/ports/GCC/ARM/chcore.h
index f23048e4c..1e9877c61 100644
--- a/os/ports/GCC/ARM/chcore.h
+++ b/os/ports/GCC/ARM/chcore.h
@@ -347,7 +347,7 @@ struct context {
/**
* @brief Kernel-unlock action.
- * @details Usually this function just disables interrupts but may perform
+ * @details Usually this function just enables interrupts but may perform
* more actions.
* @note In this port it enables both the IRQ and FIQ sources.
*/