]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix typo in gdb script
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 13 Mar 2018 21:49:00 +0000 (14:49 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 14 Mar 2018 05:49:00 +0000 (05:49 +0000)
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>
src/runtime/runtime-gdb.py

index cd16a6cbab70f41bfbe37b8ca410f814882d00d0..64e37903eb2e5005aa64e671928c1cb6a33cd466 100644 (file)
@@ -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