From 82973c099e05c7cd9a0529883d7f10201b01943d Mon Sep 17 00:00:00 2001 From: barthess Date: Tue, 2 Jun 2015 11:15:04 +0300 Subject: Fixed copypaste error in comment --- os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/ports/STM32') diff --git a/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c index ff62928..ce654c4 100644 --- a/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c +++ b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c @@ -247,7 +247,7 @@ static eicucnt_t get_time_width(const EICUDriver *eicup, } /** - * @brief Returns both pulse period. + * @brief Returns pulse period. * @details The time is defined as number of ticks. * * @param[in] eicup Pointer to the EICUDriver object. -- cgit v1.2.3