mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
misspell.csv: add new misspellings; also check in result of 'make spellfix'.
This commit is contained in:
@@ -104,7 +104,7 @@ func exit(code int) {
|
||||
|
||||
func abort() {
|
||||
// Disable interrupts and go to sleep.
|
||||
// This can never be awoken except for reset, and is recogized as termination by simavr.
|
||||
// This can never be awoken except for reset, and is recognized as termination by simavr.
|
||||
avr.Asm("cli")
|
||||
for {
|
||||
avr.Asm("sleep")
|
||||
|
||||
Reference in New Issue
Block a user