service/debugger: Fix typo

This commit is contained in:
Derek Parker
2016-02-24 17:50:11 -08:00
parent 82ef3cce78
commit 1efc4940cd

View File

@ -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