aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/RC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-01 09:13:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-01 09:13:04 +0000
commitf038bffdb512f67d4f90e8cba499713458eebd67 (patch)
tree89bdebf9eecc81442ccca5db2e1a47da20deb323 /os/ports/RC
parent148eeef2e7ea57ee06ad8776417dca48c2d3ff6d (diff)
downloadChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.tar.gz
ChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.tar.bz2
ChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.zip
Fixed bug 3510812.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4066 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/RC')
-rw-r--r--os/ports/RC/STM8/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/RC/STM8/chcore.h b/os/ports/RC/STM8/chcore.h
index e3e853467..b72f066c4 100644
--- a/os/ports/RC/STM8/chcore.h
+++ b/os/ports/RC/STM8/chcore.h
@@ -256,7 +256,7 @@ struct stm8_startctx {
/**
* @brief Disables all the interrupt sources.
* @note Implemented as global interrupts disable.
- * @note Of course non maskable interrupt sources are not included.
+ * @note Of course non-maskable interrupt sources are not included.
*/
#define port_disable() _sim_()