all: Fix spelling mistakes based on codespell check.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2023-03-08 14:10:02 +11:00
parent e160fe7bc6
commit b1229efbd1
191 changed files with 282 additions and 282 deletions

View File

@@ -6,7 +6,7 @@ SECTIONS
KEEP(*(.head))
}
/* Put this at 0x1700 which is right after our execption
/* Put this at 0x1700 which is right after our exception
* vectors in head.S.
*/
. = 0x1700;