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
|
@ -277,7 +277,7 @@ static int i2c_cc13xx_cc26xx_init(struct device *dev)
|
|||
|
||||
/* Enable I2C peripheral clock */
|
||||
PRCMPeripheralRunEnable(PRCM_PERIPH_I2C0);
|
||||
/* Enable in sleep mode until proper power managment is added */
|
||||
/* Enable in sleep mode until proper power management is added */
|
||||
PRCMPeripheralSleepEnable(PRCM_PERIPH_I2C0);
|
||||
PRCMPeripheralDeepSleepEnable(PRCM_PERIPH_I2C0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue