mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08: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:
+1
-1
@@ -1230,7 +1230,7 @@ void mm_memdump(FAR struct mm_heap_s *heap,
|
||||
}
|
||||
else
|
||||
{
|
||||
name = "Unkown";
|
||||
name = "Unknown";
|
||||
tcb = nxsched_get_tcb(pid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user