diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-19 07:04:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-19 07:04:18 +0000 |
commit | 60ed87c8418ecbab461e98efbfe170185cee2556 (patch) | |
tree | 48bae04f3712cf0e8a4ebc5d11725158305a0b6b /os/ports | |
parent | 8756c315eef27528d5142529e0c30c9706bb343b (diff) | |
download | ChibiOS-60ed87c8418ecbab461e98efbfe170185cee2556.tar.gz ChibiOS-60ed87c8418ecbab461e98efbfe170185cee2556.tar.bz2 ChibiOS-60ed87c8418ecbab461e98efbfe170185cee2556.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4211 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r-- | os/ports/GCC/ARMCMx/chcore_v6m.h | 2 | ||||
-rw-r--r-- | os/ports/IAR/ARMCMx/chcore_v6m.h | 2 | ||||
-rw-r--r-- | os/ports/RVCT/ARMCMx/chcore_v6m.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/os/ports/GCC/ARMCMx/chcore_v6m.h b/os/ports/GCC/ARMCMx/chcore_v6m.h index 84005f162..b36e405ea 100644 --- a/os/ports/GCC/ARMCMx/chcore_v6m.h +++ b/os/ports/GCC/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
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
diff --git a/os/ports/RVCT/ARMCMx/chcore_v6m.h b/os/ports/RVCT/ARMCMx/chcore_v6m.h index 5de576a21..e659912ee 100644 --- a/os/ports/RVCT/ARMCMx/chcore_v6m.h +++ b/os/ports/RVCT/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
|