diff options
Diffstat (limited to 'src/runtime/runtime2.go')
| -rw-r--r-- | src/runtime/runtime2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index eb9a1693ba..2cbc823fd9 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -665,7 +665,7 @@ type p struct { // We need an explicit length here because this field is used // in allocation codepaths where write barriers are not allowed, // and eliminating the write barrier/keeping it eliminated from - // slice updates is tricky, moreso than just managing the length + // slice updates is tricky, more so than just managing the length // ourselves. len int buf [128]*mspan |
