everywhere: fix typos

Fix a lot of typos

Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
Nazar Kazakov 2022-03-16 21:07:43 +00:00 committed by Anas Nashif
commit f483b1bc4c
757 changed files with 1284 additions and 1284 deletions

View file

@ -280,7 +280,7 @@ static int wdt_npcx_disable(const struct device *dev)
npcx_miwu_irq_disable(&config->t0out);
data->timeout_installed = false;
/* Wait for watchdof is stopped. */
/* Wait until watchdog is stopped. */
return wdt_wait_stopped(dev);
}