raft: refine comments for Configure

This commit is contained in:
Yicheng Qin
2014-09-22 15:01:16 -07:00
parent dc36ae7058
commit ec8f493fde
3 changed files with 14 additions and 10 deletions

View File

@ -349,7 +349,7 @@ func (s *EtcdServer) applyConfig(r raftpb.Config) {
s.Node.RemoveNode(r.NodeID)
default:
// This should never be reached
panic("unsupported config type")
panic("unexpected config type")
}
}