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/RVCT/ARMCMx/chcore_v6m.h | 2 +- os/ports/RVCT/ARMCMx/chcore_v7m.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os/ports/RVCT/ARMCMx') 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