diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-04 08:44:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-04 08:44:58 +0000 |
commit | 3944160b544f95520eedc6cec76b8d225b356bff (patch) | |
tree | f3c82850be57e32d4f9ad6af83fc17a229fcd838 /os/ports/IAR/ARMCMx | |
parent | 25800df94f5e09b536976c71ece62a79031752c8 (diff) | |
download | ChibiOS-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
Diffstat (limited to 'os/ports/IAR/ARMCMx')
-rw-r--r-- | os/ports/IAR/ARMCMx/chcore_v6m.h | 2 | ||||
-rw-r--r-- | os/ports/IAR/ARMCMx/chcore_v7m.h | 2 |
2 files changed, 2 insertions, 2 deletions
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)
|