docs: fix misspelling across the tree
Found a few annoying typos and figured I better run script and fix anything it can find, here are the results... Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b023fbf938
commit
f2cb20c772
133 changed files with 191 additions and 191 deletions
|
@ -66,7 +66,7 @@ static int gpio_sam_config_pin(Pio * const pio, u32_t mask, int flags)
|
|||
/* Disable the interrupt. */
|
||||
pio->PIO_IDR = mask;
|
||||
|
||||
/* Disable ther additional interrupt modes. */
|
||||
/* Disable their additional interrupt modes. */
|
||||
pio->PIO_AIMDR = mask;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue