From c63001c6cd13a91556cd0f37007fef40cad9085d Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Tue, 4 Oct 2011 17:13:49 -0700 Subject: [PATCH] Henry is a grammar nazi. --- lib/stm32f1/exti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stm32f1/exti.c b/lib/stm32f1/exti.c index 969cae4c..e4e97486 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) {