提交 1efc4940 编写于 作者: D Derek Parker

service/debugger: Fix typo

上级 82ef3cce
......@@ -25,9 +25,9 @@ import (
// functionality needed by clients, but not needed in
// lower lever packages such as proc.
type Debugger struct {
config *Config
config *Config
processMutex sync.Mutex
process *proc.Process
process *proc.Process
}
// Config provides the configuration to start a Debugger.
......@@ -406,7 +406,7 @@ func (d *Debugger) Command(command *api.DebuggerCommand) (*api.DebuggerState, er
log.Printf("switching to goroutine %d", command.GoroutineID)
err = d.process.SwitchGoroutine(command.GoroutineID)
case api.Halt:
// RequestManualStop alread called
// RequestManualStop already called
}
if err != nil {
return nil, err
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册