Fix some recurring typos: postion->position, *atino->*ation

This commit is contained in:
Gregory Nutt 2014-07-08 13:12:36 -06:00
parent 94ed3a6f51
commit 0aae99b377
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();