mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 21:18:23 +00:00
Fix some recurring typos: postion->position, *atino->*ation
This commit is contained in:
parent
94ed3a6f51
commit
0aae99b377
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue