diff options
Diffstat (limited to 'src/runtime/scheduler.go')
-rw-r--r-- | src/runtime/scheduler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/scheduler.go b/src/runtime/scheduler.go index 7367eed35..618f6a94f 100644 --- a/src/runtime/scheduler.go +++ b/src/runtime/scheduler.go @@ -67,7 +67,7 @@ func deadlock() { // Goexit terminates the currently running goroutine. No other goroutines are affected. // -// Unlike the main Go implementation, no deffered calls will be run. +// Unlike the main Go implementation, no deferred calls will be run. // //go:inline func Goexit() { |