diff options
Diffstat (limited to 'src/runtime/proc.go')
| -rw-r--r-- | src/runtime/proc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/proc.go b/src/runtime/proc.go index 389917916f..2dc53b5b72 100644 --- a/src/runtime/proc.go +++ b/src/runtime/proc.go @@ -3910,7 +3910,7 @@ retry: if runqputslow(_p_, gp, h, t) { return } - // the queue is not full, now the put above must suceed + // the queue is not full, now the put above must succeed goto retry } |
