aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARM7/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/ARM7/chcore.h')
-rw-r--r--os/ports/GCC/ARM7/chcore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/ports/GCC/ARM7/chcore.h b/os/ports/GCC/ARM7/chcore.h
index f32ec0293..4e5707a81 100644
--- a/os/ports/GCC/ARM7/chcore.h
+++ b/os/ports/GCC/ARM7/chcore.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -28,7 +28,7 @@
#define _CHCORE_H_
/**
- * If enabled allows the idle thread to enter a low power mode.
+ * If enabled allows the idle thread to enter a low power mode.
*/
#ifndef ENABLE_WFI_IDLE
#define ENABLE_WFI_IDLE 0
@@ -162,7 +162,7 @@ struct context {
* @note The THUMB implementation starts with ARM code because interrupt
* vectors are always invoked in ARM mode regardless the bit 0
* value. The switch in THUMB mode is done in the function prologue so
- * it is transparent to the user code.
+ * it is transparent to the user code.
*/
#ifdef THUMB
#define PORT_IRQ_PROLOGUE() { \