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:
Lars Kruse
2025-05-02 11:31:19 +02:00
committed by Xiang Xiao
parent ce99762b36
commit 4568110d63
30 changed files with 184 additions and 184 deletions
+1 -1
View File
@@ -1230,7 +1230,7 @@ void mm_memdump(FAR struct mm_heap_s *heap,
}
else
{
name = "Unkown";
name = "Unknown";
tcb = nxsched_get_tcb(pid);
}