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
|
@ -301,7 +301,7 @@ get_block_ctx(const u8_t *token, u8_t tkl, struct block_context **ctx)
|
|||
if (block1_contexts[i].tkl == tkl &&
|
||||
memcmp(token, block1_contexts[i].token, tkl) == 0) {
|
||||
*ctx = &block1_contexts[i];
|
||||
/* refresh timestmap */
|
||||
/* refresh timestamp */
|
||||
(*ctx)->timestamp = k_uptime_get();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue