aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/eicu_lld.h
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-03-01 14:37:01 +0300
committerbarthess <barthess@yandex.ru>2015-03-01 14:38:24 +0300
commit71bba80a03b15bf73215c33c840cf6959bfe3554 (patch)
tree13ef2397803be66ace455e2610756dfcfaa75525 /os/hal/ports/STM32/LLD/eicu_lld.h
parent4e7a5796b40e2d8d2779f31e4103c6934c537858 (diff)
downloadChibiOS-Contrib-71bba80a03b15bf73215c33c840cf6959bfe3554.tar.gz
ChibiOS-Contrib-71bba80a03b15bf73215c33c840cf6959bfe3554.tar.bz2
ChibiOS-Contrib-71bba80a03b15bf73215c33c840cf6959bfe3554.zip
EICU. Fixed some typos.
Diffstat (limited to 'os/hal/ports/STM32/LLD/eicu_lld.h')
-rw-r--r--os/hal/ports/STM32/LLD/eicu_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/eicu_lld.h b/os/hal/ports/STM32/LLD/eicu_lld.h
index b38f905..acf6d2b 100644
--- a/os/hal/ports/STM32/LLD/eicu_lld.h
+++ b/os/hal/ports/STM32/LLD/eicu_lld.h
@@ -354,7 +354,7 @@ struct EICUDriver
*/
stm32_tim_t *tim;
/**
- * @brief Driver state for the interal state machine.
+ * @brief Driver state for the internal state machine.
*/
eicustate_t state;
/**