everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
210ed711a3
commit
9713f0d47c
331 changed files with 478 additions and 478 deletions
|
@ -178,7 +178,7 @@ static int gpio_cmsdk_ahb_pin_interrupt_configure(const struct device *dev,
|
|||
cfg->port->inttypeclr = BIT(pin);
|
||||
}
|
||||
|
||||
/* Level High or Edge Risising */
|
||||
/* Level High or Edge Rising */
|
||||
if (trig == GPIO_INT_TRIG_HIGH) {
|
||||
cfg->port->intpolset = BIT(pin);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue