all: Fix spelling mistakes based on codespell check.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user