aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFergus Noble2011-10-04 17:13:49 -0700
committerFergus Noble2011-10-04 17:13:49 -0700
commitc63001c6cd13a91556cd0f37007fef40cad9085d (patch)
tree17c34a8d624fc370f293bac3172e174af856fc85 /lib
parent4809f7dacf70253f894460683be5c08d76a800a7 (diff)
Henry is a grammar nazi.
Diffstat (limited to 'lib')
-rw-r--r--lib/stm32f1/exti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32f1/exti.c b/lib/stm32f1/exti.c
index 969cae4..e4e9748 100644
--- a/lib/stm32f1/exti.c
+++ b/lib/stm32f1/exti.c
@@ -69,7 +69,7 @@ void exti_reset_request(u32 extis)
* Remap an external interrupt line to the corresponding pin on the
* specified GPIO port.
*
- * TODO: This could be rewritten in less lines of code.
+ * TODO: This could be rewritten in fewer lines of code.
*/
void exti_select_source(u32 exti, u32 gpioport)
{