aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F107-LWIP
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARMCM3-STM32F107-LWIP')
-rw-r--r--demos/ARMCM3-STM32F107-LWIP/chconf.h2
-rw-r--r--demos/ARMCM3-STM32F107-LWIP/halconf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARMCM3-STM32F107-LWIP/chconf.h b/demos/ARMCM3-STM32F107-LWIP/chconf.h
index 4115636d6..b1f2cd62c 100644
--- a/demos/ARMCM3-STM32F107-LWIP/chconf.h
+++ b/demos/ARMCM3-STM32F107-LWIP/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__)
diff --git a/demos/ARMCM3-STM32F107-LWIP/halconf.h b/demos/ARMCM3-STM32F107-LWIP/halconf.h
index 54062b3c8..ea8a906e9 100644
--- a/demos/ARMCM3-STM32F107-LWIP/halconf.h
+++ b/demos/ARMCM3-STM32F107-LWIP/halconf.h
@@ -268,7 +268,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