aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-04 08:44:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-04 08:44:58 +0000
commit3944160b544f95520eedc6cec76b8d225b356bff (patch)
treef3c82850be57e32d4f9ad6af83fc17a229fcd838
parent25800df94f5e09b536976c71ece62a79031752c8 (diff)
downloadChibiOS-3944160b544f95520eedc6cec76b8d225b356bff.tar.gz
ChibiOS-3944160b544f95520eedc6cec76b8d225b356bff.tar.bz2
ChibiOS-3944160b544f95520eedc6cec76b8d225b356bff.zip
Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3909 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/ports/GCC/ARMCMx/chcore_v6m.h2
-rw-r--r--os/ports/GCC/ARMCMx/chcore_v7m.h2
-rw-r--r--os/ports/IAR/ARMCMx/chcore_v6m.h2
-rw-r--r--os/ports/IAR/ARMCMx/chcore_v7m.h2
-rw-r--r--os/ports/RVCT/ARMCMx/chcore_v6m.h2
-rw-r--r--os/ports/RVCT/ARMCMx/chcore_v7m.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/os/ports/GCC/ARMCMx/chcore_v6m.h b/os/ports/GCC/ARMCMx/chcore_v6m.h
index 218bce4f4..644f73d79 100644
--- a/os/ports/GCC/ARMCMx/chcore_v6m.h
+++ b/os/ports/GCC/ARMCMx/chcore_v6m.h
@@ -70,7 +70,7 @@
* separate interrupt stack and the stack space between @p intctx and
* @p extctx is known to be zero.
* @note In this port it is conservatively set to 16 because the function
- * @p chSchDoReschedule() can have a stack frame, expecially with
+ * @p chSchDoReschedule() can have a stack frame, especially with
* compiler optimizations disabled.
*/
#if !defined(PORT_INT_REQUIRED_STACK)
diff --git a/os/ports/GCC/ARMCMx/chcore_v7m.h b/os/ports/GCC/ARMCMx/chcore_v7m.h
index 8c1087603..e6b616dd6 100644
--- a/os/ports/GCC/ARMCMx/chcore_v7m.h
+++ b/os/ports/GCC/ARMCMx/chcore_v7m.h
@@ -67,7 +67,7 @@
* separate interrupt stack and the stack space between @p intctx and
* @p extctx is known to be zero.
* @note In this port it is conservatively set to 16 because the function
- * @p chSchDoReschedule() can have a stack frame, expecially with
+ * @p chSchDoReschedule() can have a stack frame, especially with
* compiler optimizations disabled.
*/
#if !defined(PORT_INT_REQUIRED_STACK)
diff --git a/os/ports/IAR/ARMCMx/chcore_v6m.h b/os/ports/IAR/ARMCMx/chcore_v6m.h
index 533fe8528..9087f3dd8 100644
--- a/os/ports/IAR/ARMCMx/chcore_v6m.h
+++ b/os/ports/IAR/ARMCMx/chcore_v6m.h
@@ -70,7 +70,7 @@
* separate interrupt stack and the stack space between @p intctx and
* @p extctx is known to be zero.
* @note In this port it is conservatively set to 16 because the function
- * @p chSchDoReschedule() can have a stack frame, expecially with
+ * @p chSchDoReschedule() can have a stack frame, especially with
* compiler optimizations disabled.
*/
#if !defined(PORT_INT_REQUIRED_STACK)
diff --git a/os/ports/IAR/ARMCMx/chcore_v7m.h b/os/ports/IAR/ARMCMx/chcore_v7m.h
index 5d3b22ede..c8b7f67ff 100644
--- a/os/ports/IAR/ARMCMx/chcore_v7m.h
+++ b/os/ports/IAR/ARMCMx/chcore_v7m.h
@@ -67,7 +67,7 @@
* separate interrupt stack and the stack space between @p intctx and
* @p extctx is known to be zero.
* @note In this port it is conservatively set to 16 because the function
- * @p chSchDoReschedule() can have a stack frame, expecially with
+ * @p chSchDoReschedule() can have a stack frame, especially with
* compiler optimizations disabled.
*/
#if !defined(PORT_INT_REQUIRED_STACK)
diff --git a/os/ports/RVCT/ARMCMx/chcore_v6m.h b/os/ports/RVCT/ARMCMx/chcore_v6m.h
index 30a135ba1..89ab92640 100644
--- a/os/ports/RVCT/ARMCMx/chcore_v6m.h
+++ b/os/ports/RVCT/ARMCMx/chcore_v6m.h
@@ -70,7 +70,7 @@
* separate interrupt stack and the stack space between @p intctx and
* @p extctx is known to be zero.
* @note In this port it is conservatively set to 16 because the function
- * @p chSchDoReschedule() can have a stack frame, expecially with
+ * @p chSchDoReschedule() can have a stack frame, especially with
* compiler optimizations disabled.
*/
#if !defined(PORT_INT_REQUIRED_STACK)
diff --git a/os/ports/RVCT/ARMCMx/chcore_v7m.h b/os/ports/RVCT/ARMCMx/chcore_v7m.h
index 24882f146..6feaf3af5 100644
--- a/os/ports/RVCT/ARMCMx/chcore_v7m.h
+++ b/os/ports/RVCT/ARMCMx/chcore_v7m.h
@@ -67,7 +67,7 @@
* separate interrupt stack and the stack space between @p intctx and
* @p extctx is known to be zero.
* @note In this port it is conservatively set to 16 because the function
- * @p chSchDoReschedule() can have a stack frame, expecially with
+ * @p chSchDoReschedule() can have a stack frame, especially with
* compiler optimizations disabled.
*/
#if !defined(PORT_INT_REQUIRED_STACK)