From 60ed87c8418ecbab461e98efbfe170185cee2556 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 19 May 2012 07:04:18 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4211 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/IAR/ARMCMx/chcore_v6m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ports/IAR') diff --git a/os/ports/IAR/ARMCMx/chcore_v6m.h b/os/ports/IAR/ARMCMx/chcore_v6m.h index 8a2ef48e5..1b79f2b25 100644 --- a/os/ports/IAR/ARMCMx/chcore_v6m.h +++ b/os/ports/IAR/ARMCMx/chcore_v6m.h @@ -36,7 +36,7 @@ /** * @brief PendSV priority level. * @note This priority is enforced to be equal to @p 0, - * this handler always have the highest priority that cannot preempt + * this handler always has the highest priority that cannot preempt * the kernel. */ #define CORTEX_PRIORITY_PENDSV 0 -- cgit v1.2.3