mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
fix misspelled names in locally scoped code
These misspelled words are used in strictly local scopes. Renaming these variables should not cause any problems.
This commit is contained in:
parent
ce99762b36
commit
4568110d63
30 changed files with 184 additions and 184 deletions
|
|
@ -253,7 +253,7 @@ void mm_memdump(FAR struct mm_heap_s *heap,
|
|||
}
|
||||
else
|
||||
{
|
||||
name = "Unkown";
|
||||
name = "Unknown";
|
||||
tcb = nxsched_get_tcb(pid);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1230,7 +1230,7 @@ void mm_memdump(FAR struct mm_heap_s *heap,
|
|||
}
|
||||
else
|
||||
{
|
||||
name = "Unkown";
|
||||
name = "Unknown";
|
||||
tcb = nxsched_get_tcb(pid);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue