From: Josh Bleecher Snyder Date: Thu, 15 Mar 2018 00:23:46 +0000 (-0700) Subject: runtime: fix another typo in runtime-gdb.py X-Git-Tag: go1.11beta1~1199 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c830e05a20cbc193a3b0cb4d4bc9b3acab3643b6;p=gostls13.git runtime: fix another typo in runtime-gdb.py tuple, touple, gdb, gdv, let's call the whole thing off. Change-Id: I72d12f6c75061777474e7dec2c90d2a8a3715da6 Reviewed-on: https://go-review.googlesource.com/100836 Run-TryBot: Josh Bleecher Snyder TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- diff --git a/src/runtime/runtime-gdb.py b/src/runtime/runtime-gdb.py index e705435def..510c08c286 100644 --- a/src/runtime/runtime-gdb.py +++ b/src/runtime/runtime-gdb.py @@ -455,7 +455,7 @@ class GoroutinesCmd(gdb.Command): def find_goroutine(goid): """ find_goroutine attempts to find the goroutine identified by goid. - It returns a tuple of gdv.Value's representing the stack pointer + It returns a tuple of gdb.Value's representing the stack pointer and program counter pointer for the goroutine. @param int goid