From 0aae99b377efe40f0408cbab3990f8fef52df2b9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 8 Jul 2014 13:12:36 -0600 Subject: [PATCH] Fix some recurring typos: postion->position, *atino->*ation --- configs/stm3220g-eval/src/up_stmpe811.c | 2 +- configs/stm3240g-eval/src/up_stmpe811.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/stm3220g-eval/src/up_stmpe811.c b/configs/stm3220g-eval/src/up_stmpe811.c index 06be67bb522..721650a3d5c 100644 --- a/configs/stm3220g-eval/src/up_stmpe811.c +++ b/configs/stm3220g-eval/src/up_stmpe811.c @@ -227,7 +227,7 @@ static void stmpe811_enable(FAR struct stmpe811_config_s *state, bool enable) /* Attach and enable, or detach and disable. Enabling and disabling GPIO * interrupts is a multi-step process so the safest thing is to keep - * interrupts disabled during the reconfiguratino. + * interrupts disabled during the reconfiguration. */ flags = irqsave(); diff --git a/configs/stm3240g-eval/src/up_stmpe811.c b/configs/stm3240g-eval/src/up_stmpe811.c index f6c7d1e27c2..8e4aed3077c 100644 --- a/configs/stm3240g-eval/src/up_stmpe811.c +++ b/configs/stm3240g-eval/src/up_stmpe811.c @@ -227,7 +227,7 @@ static void stmpe811_enable(FAR struct stmpe811_config_s *state, bool enable) /* Attach and enable, or detach and disable. Enabling and disabling GPIO * interrupts is a multi-step process so the safest thing is to keep - * interrupts disabled during the reconfiguratino. + * interrupts disabled during the reconfiguration. */ flags = irqsave();