diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-01 09:13:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-01 09:13:04 +0000 |
commit | f038bffdb512f67d4f90e8cba499713458eebd67 (patch) | |
tree | 89bdebf9eecc81442ccca5db2e1a47da20deb323 /demos/ARMCM3-GENERIC-KERNEL | |
parent | 148eeef2e7ea57ee06ad8776417dca48c2d3ff6d (diff) | |
download | ChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.tar.gz ChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.tar.bz2 ChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.zip |
Fixed bug 3510812.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4066 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-GENERIC-KERNEL')
-rw-r--r-- | demos/ARMCM3-GENERIC-KERNEL/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-GENERIC-KERNEL/chconf.h b/demos/ARMCM3-GENERIC-KERNEL/chconf.h index 4115636d6..b1f2cd62c 100644 --- a/demos/ARMCM3-GENERIC-KERNEL/chconf.h +++ b/demos/ARMCM3-GENERIC-KERNEL/chconf.h @@ -459,7 +459,7 @@ * @brief Threads initialization hook.
* @details User initialization code added to the @p chThdInit() API.
*
- * @note It is invoked from within @p chThdInit() and implicitily from all
+ * @note It is invoked from within @p chThdInit() and implicitly from all
* the threads creation APIs.
*/
#if !defined(THREAD_EXT_INIT_HOOK) || defined(__DOXYGEN__)
|