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

@@ -58,7 +58,7 @@
_start:
b boot_entry
/* QEMU comes in at 0x10. Put a value in argc/r3 to distingush from
/* QEMU comes in at 0x10. Put a value in argc/r3 to distinguish from
* microwatt. */
. = 0x10
FIXUP_ENDIAN

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;