diff options
author | isiora <none@example.com> | 2017-08-11 10:53:13 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2017-08-11 10:53:13 +0000 |
commit | 4b915aa925a648614b0ed0a5d5a9f94fdd04ade2 (patch) | |
tree | 4df3154a3eb9ab11159d2643710c764b74c41015 /os/common | |
parent | 0a1de698b1828d014965e22971c7b6454d9e893e (diff) | |
download | ChibiOS-4b915aa925a648614b0ed0a5d5a9f94fdd04ade2.tar.gz ChibiOS-4b915aa925a648614b0ed0a5d5a9f94fdd04ade2.tar.bz2 ChibiOS-4b915aa925a648614b0ed0a5d5a9f94fdd04ade2.zip |
Fixed comments.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10394 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/ports/ARMCAx-TZ/chcore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/ports/ARMCAx-TZ/chcore.h b/os/common/ports/ARMCAx-TZ/chcore.h index c2c259581..c5d0f61d7 100644 --- a/os/common/ports/ARMCAx-TZ/chcore.h +++ b/os/common/ports/ARMCAx-TZ/chcore.h @@ -18,10 +18,10 @@ */
/**
- * @file ARMCMAx-TZ/chcore.h
- * @brief ARMCMAx-TZ architecture port macros and structures.
+ * @file ARMCAx-TZ/chcore.h
+ * @brief ARMCAx-TZ architecture port macros and structures.
*
- * @addtogroup ARMCMAx-TZ_CORE
+ * @addtogroup ARMCAx-TZ_CORE
* @{
*/
|