diff --git a/src/runtime/runtime-gdb.py b/src/runtime/runtime-gdb.py index e705435def6..510c08c286c 100644 --- a/src/runtime/runtime-gdb.py +++ b/src/runtime/runtime-gdb.py @@ -455,7 +455,7 @@ class GoroutinesCmd(gdb.Command): 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