From 55b6ed9bfffec5a3f9b9bf2e2f30539cdc4984d0 Mon Sep 17 00:00:00 2001 From: isiora Date: Wed, 22 Nov 2017 09:56:52 +0000 Subject: [PATCH] Fixed header comment git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11056 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARMCAx-TZ/compilers/GCC/crt1.c | 4 ++-- 1 file 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 * @{ */