aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/runtime_avr.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime_avr.go')
-rw-r--r--src/runtime/runtime_avr.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime_avr.go b/src/runtime/runtime_avr.go
index a2e11104e..43d35d7b9 100644
--- a/src/runtime/runtime_avr.go
+++ b/src/runtime/runtime_avr.go
@@ -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")