From 5414407367191439639dae0da0d59e99becc0b53 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 8 Jul 2014 13:12:36 -0600 Subject: Fix some recurring typos: postion->position, *atino->*ation --- nuttx/configs/stm3240g-eval/src/up_stmpe811.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/stm3240g-eval') diff --git a/nuttx/configs/stm3240g-eval/src/up_stmpe811.c b/nuttx/configs/stm3240g-eval/src/up_stmpe811.c index f6c7d1e27..8e4aed307 100644 --- a/nuttx/configs/stm3240g-eval/src/up_stmpe811.c +++ b/nuttx/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(); -- cgit v1.2.3