From 71bba80a03b15bf73215c33c840cf6959bfe3554 Mon Sep 17 00:00:00 2001 From: barthess Date: Sun, 1 Mar 2015 14:37:01 +0300 Subject: EICU. Fixed some typos. --- os/hal/ports/STM32/LLD/eicu_lld.c | 2 +- os/hal/ports/STM32/LLD/eicu_lld.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/ports/STM32') diff --git a/os/hal/ports/STM32/LLD/eicu_lld.c b/os/hal/ports/STM32/LLD/eicu_lld.c index f40e7f0..95c278c 100644 --- a/os/hal/ports/STM32/LLD/eicu_lld.c +++ b/os/hal/ports/STM32/LLD/eicu_lld.c @@ -19,7 +19,7 @@ */ /* Rewritten by Emil Fresk (1/5 - 2014) for extended input capture - functionallity. And fix for spourious callbacks in the interrupt handler. + functionality. And fix for spurious callbacks in the interrupt handler. */ /* 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; /** -- cgit v1.2.3