diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2019-11-15 19:49:30 +0000 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2019-11-15 21:04:43 +0000 |
| commit | 440f7d64048cd94cba669e16fe92137ce6b84073 (patch) | |
| tree | 29b5d5240c55d6065b8341c2dd25ac84ca09f4a2 /src/runtime/stack.go | |
| parent | d856e05d64591d3dec6411e3d86fe325e85eecc5 (diff) | |
| download | go-440f7d64048cd94cba669e16fe92137ce6b84073.tar.xz | |
all: fix a bunch of misspellings
Change-Id: I5b909df0fd048cd66c5a27fca1b06466d3bcaac7
GitHub-Last-Rev: 778c5d21311abee09a5fbda2e4005a5fd4cc3f9f
GitHub-Pull-Request: golang/go#35624
Reviewed-on: https://go-review.googlesource.com/c/go/+/207421
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime/stack.go')
| -rw-r--r-- | src/runtime/stack.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/stack.go b/src/runtime/stack.go index 68b24432a4..84fbd33329 100644 --- a/src/runtime/stack.go +++ b/src/runtime/stack.go @@ -627,7 +627,7 @@ func adjustframe(frame *stkframe, arg unsafe.Pointer) bool { print(" adjusting ", funcname(f), " frame=[", hex(frame.sp), ",", hex(frame.fp), "] pc=", hex(frame.pc), " continpc=", hex(frame.continpc), "\n") } if f.funcID == funcID_systemstack_switch { - // A special routine at the bottom of stack of a goroutine that does an systemstack call. + // A special routine at the bottom of stack of a goroutine that does a systemstack call. // We will allow it to be copied even though we don't // have full GC info for it (because it is written in asm). return true |
