diff --git a/src/runtime/runtime-gdb.py b/src/runtime/runtime-gdb.py index cd16a6cbab7..64e37903eb2 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