aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-26 12:42:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-26 12:42:56 +0000
commitc4a01fccefa5105067b4f8c05709c4ccf4734310 (patch)
tree18c68c88d3ef92d06aaf5455c6834c999beadcd7 /demos
parent6853fa7a76003d40ea7e8ef2575cbdd7a9f21754 (diff)
downloadChibiOS-c4a01fccefa5105067b4f8c05709c4ccf4734310.tar.gz
ChibiOS-c4a01fccefa5105067b4f8c05709c4ccf4734310.tar.bz2
ChibiOS-c4a01fccefa5105067b4f8c05709c4ccf4734310.zip
Fixed bug #404.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5629 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/AVR-ArduinoMega-GCC/chconf.h2
-rw-r--r--demos/AVR-ArduinoMega-GCC/halconf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR-ArduinoMega-GCC/chconf.h b/demos/AVR-ArduinoMega-GCC/chconf.h
index fd27112a3..b5b5383fd 100644
--- a/demos/AVR-ArduinoMega-GCC/chconf.h
+++ b/demos/AVR-ArduinoMega-GCC/chconf.h
@@ -455,7 +455,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__)
diff --git a/demos/AVR-ArduinoMega-GCC/halconf.h b/demos/AVR-ArduinoMega-GCC/halconf.h
index d61572cb8..3858828e6 100644
--- a/demos/AVR-ArduinoMega-GCC/halconf.h
+++ b/demos/AVR-ArduinoMega-GCC/halconf.h
@@ -238,7 +238,7 @@
/**
* @brief Number of initialization attempts before rejecting the card.
- * @note Attempts are performed at 10mS intevals.
+ * @note Attempts are performed at 10mS intervals.
*/
#if !defined(SDC_INIT_RETRY) || defined(__DOXYGEN__)
#define SDC_INIT_RETRY 100