aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32f1/exti.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32f1/exti.c')
-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)
{