Fix misspellings using codespell tool

This commit is contained in:
Anatol Pomozov
2015-12-11 08:46:44 -08:00
parent 20e1ee174d
commit ae41782e1a
25 changed files with 31 additions and 31 deletions

View File

@@ -502,7 +502,7 @@ void gpio_toggle(uint32_t gpioport, uint8_t gpios)
* serviced_irq |= GPIO4;
* }
*
* // Clear the interupt flag for the processed IRQs
* // Clear the interrupt flag for the processed IRQs
* gpio_clear_interrupt_flag(GPIOF, serviced_irqs);
* }
* @endcode