diff options
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 |
