aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2018-03-13 14:49:00 -0700
committerJosh Bleecher Snyder <josharian@gmail.com>2018-03-14 05:49:00 +0000
commit4d38d3ae33ed808f9430ff5a205faed4bc3f19c5 (patch)
tree48937b4caacb9fe92653671dc43e918feaabdc18 /src/runtime
parenteb44b8635cc774d0f2b2f96637116a5b41943bc5 (diff)
downloadgo-4d38d3ae33ed808f9430ff5a205faed4bc3f19c5.tar.xz
runtime: fix typo in gdb script
Change-Id: I9d4b3e25b00724f0e4870c6082671b4f14cc18fc Reviewed-on: https://go-review.googlesource.com/100463 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/runtime-gdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime-gdb.py b/src/runtime/runtime-gdb.py
index cd16a6cbab..64e37903eb 100644
--- a/src/runtime/runtime-gdb.py
+++ b/src/runtime/runtime-gdb.py
@@ -445,7 +445,7 @@ class GoroutinesCmd(gdb.Command):
def find_goroutine(goid):
"""
find_goroutine attempts to find the goroutine identified by goid.
- It returns a touple of gdv.Value's representing the stack pointer
+ It returns a tuple of gdv.Value's representing the stack pointer
and program counter pointer for the goroutine.
@param int goid