From 3944160b544f95520eedc6cec76b8d225b356bff Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 4 Feb 2012 08:44:58 +0000 Subject: Fixed typo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3909 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARMCMx/chcore_v6m.h | 2 +- os/ports/GCC/ARMCMx/chcore_v7m.h | 2 +- os/ports/IAR/ARMCMx/chcore_v6m.h | 2 +- os/ports/IAR/ARMCMx/chcore_v7m.h | 2 +- os/ports/RVCT/ARMCMx/chcore_v6m.h | 2 +- os/ports/RVCT/ARMCMx/chcore_v7m.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'os/ports') 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) -- cgit v1.2.3