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
|
@ -33,7 +33,7 @@ static inline void timestamp_serialize(void)
|
|||
#include <arch/arm/cortex_m/cmsis.h>
|
||||
static inline void timestamp_serialize(void)
|
||||
{
|
||||
/* isb is avaialble in all Cortex-M */
|
||||
/* isb is available in all Cortex-M */
|
||||
__ISB();
|
||||
}
|
||||
#elif defined(CONFIG_CPU_ARCV2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue