aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/PPC/chcore.h')
-rw-r--r--os/ports/GCC/PPC/chcore.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/os/ports/GCC/PPC/chcore.h b/os/ports/GCC/PPC/chcore.h
index 3f3ce61af..dc09c75f5 100644
--- a/os/ports/GCC/PPC/chcore.h
+++ b/os/ports/GCC/PPC/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.
@@ -45,7 +45,7 @@
#define CH_ARCHITECTURE_PPCE200Z
/**
- * @brief Name of the implemented architecture.
+ * @brief Name of the implemented architecture.
*/
#define CH_ARCHITECTURE_NAME "PowerPC"
@@ -55,7 +55,7 @@
#define CH_CORE_VARIANT_NAME "e200zX"
/**
- * @brief Base type for stack alignment.
+ * @brief Base type for stack alignment.
* @details This type is used only for stack alignment reasons thus can be
* anything from a char to a double.
*/
@@ -206,7 +206,7 @@ struct context {
/**
* @brief IRQ prologue code.
* @details This macro must be inserted at the start of all IRQ handlers
- * enabled to invoke system APIs.
+ * enabled to invoke system APIs.
*/
#define PORT_IRQ_PROLOGUE()
@@ -220,7 +220,7 @@ struct context {
/**
* @brief IRQ handler function declaration.
* @note @p id can be a function name or a vector number depending on the
- * port implementation.
+ * port implementation.
*/
#define PORT_IRQ_HANDLER(id) void id(void)