aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-06-02 11:15:04 +0300
committerbarthess <barthess@yandex.ru>2015-06-02 11:15:04 +0300
commit82973c099e05c7cd9a0529883d7f10201b01943d (patch)
treeca7c25f706e2e555f28ae85c893e546ebacf671d /os
parenta6a7dec0da22f10ea1f814118072e1968ee191c0 (diff)
downloadChibiOS-Contrib-82973c099e05c7cd9a0529883d7f10201b01943d.tar.gz
ChibiOS-Contrib-82973c099e05c7cd9a0529883d7f10201b01943d.tar.bz2
ChibiOS-Contrib-82973c099e05c7cd9a0529883d7f10201b01943d.zip
Fixed copypaste error in comment
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c2
1 files changed, 1 insertions, 1 deletions
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.