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:
Anas Nashif 2019-06-18 14:45:40 -04:00 committed by Maureen Helm
commit f2cb20c772
133 changed files with 191 additions and 191 deletions

View file

@ -238,7 +238,7 @@ static int rtc_stm32_init(struct device *dev)
LL_RCC_LSE_SetDriveCapability(CONFIG_RTC_STM32_LSE_DRIVE_STRENGTH);
LL_RCC_LSE_Enable();
/* Wait untill LSE is ready */
/* Wait until LSE is ready */
while (LL_RCC_LSE_IsReady() != 1) {
}