diff options
Diffstat (limited to 'os/common/startup/e200/compilers')
-rw-r--r-- | os/common/startup/e200/compilers/GCC/crt0.S | 2 | ||||
-rw-r--r-- | os/common/startup/e200/compilers/GCC/vectors.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/common/startup/e200/compilers/GCC/crt0.S b/os/common/startup/e200/compilers/GCC/crt0.S index 7015cc910..7c4b47bd4 100644 --- a/os/common/startup/e200/compilers/GCC/crt0.S +++ b/os/common/startup/e200/compilers/GCC/crt0.S @@ -15,7 +15,7 @@ */
/**
- * @file GCC/crt0.s
+ * @file GCC/crt0.S
* @brief Generic PowerPC startup file for GCC.
*
* @addtogroup PPC_GCC_CORE
diff --git a/os/common/startup/e200/compilers/GCC/vectors.S b/os/common/startup/e200/compilers/GCC/vectors.S index bb0a77b69..251d1e935 100644 --- a/os/common/startup/e200/compilers/GCC/vectors.S +++ b/os/common/startup/e200/compilers/GCC/vectors.S @@ -15,7 +15,7 @@ */
/**
- * @file vectors.s
+ * @file vectors.S
* @brief INTC vectors table.
*
* @addtogroup PPC_GCC_CORE
|