diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-06-04 14:03:21 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-06-04 14:03:21 +0000 |
commit | 6e8584a24b6dea449671b96de9c6c4ff307c9167 (patch) | |
tree | 0f06478a8d013aad2b799aec78137379beadb3f1 /os/rt/include/chalign.h | |
parent | 46c3ad6c2746e4522cc4f6cd301804af08bcb59e (diff) | |
download | ChibiOS-6e8584a24b6dea449671b96de9c6c4ff307c9167.tar.gz ChibiOS-6e8584a24b6dea449671b96de9c6c4ff307c9167.tar.bz2 ChibiOS-6e8584a24b6dea449671b96de9c6c4ff307c9167.zip |
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10248 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include/chalign.h')
-rw-r--r-- | os/rt/include/chalign.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chalign.h b/os/rt/include/chalign.h index b2065923e..ae1a2184f 100644 --- a/os/rt/include/chalign.h +++ b/os/rt/include/chalign.h @@ -18,7 +18,7 @@ */
/**
- * @file chmem.h
+ * @file chalign.h
* @brief Memory alignment macros and structures.
*
* @addtogroup mem
|