aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-06-21 22:10:11 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-06-21 22:10:11 -0400
commit22b9ffc1a7b77cab2a55c4c9ebf9c9abdc6c790e (patch)
tree19f7bdf994671fc93c5e03a2b02b73591f389fce /libmaple
parent7ebddc4fca0e77904f56471c9f2759c2ff256e5a (diff)
downloadlibrambutan-22b9ffc1a7b77cab2a55c4c9ebf9c9abdc6c790e.tar.gz
librambutan-22b9ffc1a7b77cab2a55c4c9ebf9c9abdc6c790e.zip
systick.h: Comment typo
Diffstat (limited to 'libmaple')
-rw-r--r--libmaple/systick.h2
1 files changed, 1 insertions, 1 deletions
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