mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Run codespell -w against all files
and fix the wrong correction
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ int munmap(FAR void *start, size_t length)
|
||||
goto errout;
|
||||
}
|
||||
|
||||
/* Seach the list of regions */
|
||||
/* Search the list of regions */
|
||||
|
||||
for (prev = NULL, curr = g_rammaps.head; curr; prev = curr, curr = curr->flink)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user