From 22b9ffc1a7b77cab2a55c4c9ebf9c9abdc6c790e Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 21 Jun 2011 22:10:11 -0400 Subject: systick.h: Comment typo --- libmaple/systick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmaple/systick.h b/libmaple/systick.h index 1f3f8ce..6ec3364 100644 --- a/libmaple/systick.h +++ b/libmaple/systick.h @@ -99,7 +99,7 @@ static inline uint32 systick_get_count(void) { /** * @brief Check for underflow. * - * This function returns 1 if the SysTick timer has counter to 0 since + * This function returns 1 if the SysTick timer has counted to 0 since * the last time it was called. However, any reads of any part of the * SysTick Control and Status Register SYSTICK_BASE->CSR will * interfere with this functionality. See the ARM Cortex M3 Technical -- cgit v1.2.3