Skip to content

Commit

Permalink
runtime: fix another typo in runtime-gdb.py
Browse files Browse the repository at this point in the history
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 <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
  • Loading branch information
josharian committed Mar 15, 2018
1 parent 29517da commit c830e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/runtime-gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def invoke(self, _arg, _from_tty):
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
Expand Down

0 comments on commit c830e05

Please sign in to comment.