diff options
author | isiora <none@example.com> | 2017-11-22 09:56:52 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2017-11-22 09:56:52 +0000 |
commit | 55b6ed9bfffec5a3f9b9bf2e2f30539cdc4984d0 (patch) | |
tree | 963067db5420e8c38fcc2a62ff85b6b19afdd826 | |
parent | e85598bdaa756523e2be2f642ede0f71d2a7335e (diff) | |
download | ChibiOS-55b6ed9bfffec5a3f9b9bf2e2f30539cdc4984d0.tar.gz ChibiOS-55b6ed9bfffec5a3f9b9bf2e2f30539cdc4984d0.tar.bz2 ChibiOS-55b6ed9bfffec5a3f9b9bf2e2f30539cdc4984d0.zip |
Fixed header comment
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11056 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/common/startup/ARMCAx-TZ/compilers/GCC/crt1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/startup/ARMCAx-TZ/compilers/GCC/crt1.c b/os/common/startup/ARMCAx-TZ/compilers/GCC/crt1.c index dd08df45d..2ce2f434b 100644 --- a/os/common/startup/ARMCAx-TZ/compilers/GCC/crt1.c +++ b/os/common/startup/ARMCAx-TZ/compilers/GCC/crt1.c @@ -15,10 +15,10 @@ */
/**
- * @file ARMCMx/compilers/GCC/crt1.c
+ * @file ARMCAx-TZ/compilers/GCC/crt1.c
* @brief Startup stub functions.
*
- * @addtogroup ARMCMx_GCC_STARTUP
+ * @addtogroup ARMCAx_GCC_STARTUP
* @{
*/
|