Skip to content

Commit c830e05

Browse files
committed
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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 29517da commit c830e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/runtime-gdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def invoke(self, _arg, _from_tty):
455455
def find_goroutine(goid):
456456
"""
457457
find_goroutine attempts to find the goroutine identified by goid.
458-
It returns a tuple of gdv.Value's representing the stack pointer
458+
It returns a tuple of gdb.Value's representing the stack pointer
459459
and program counter pointer for the goroutine.
460460
461461
@param int goid

0 commit comments

Comments
 (0)