mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it found (#4235)
This commit is contained in:
@@ -115,7 +115,7 @@ func sleepTicks(d timeUnit) {
|
||||
// Sleep until the next interrupt happens.
|
||||
avr.Asm("sei\nsleep\ncli")
|
||||
if cmpMatch.Get() != 0 {
|
||||
// The CMP interrupt occured, so we have slept long enough.
|
||||
// The CMP interrupt occurred, so we have slept long enough.
|
||||
cmpMatch.Set(0)
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user