etcdserver: fix spell errors

release-3.1
Gyu-Ho Lee 2016-08-13 20:54:48 -07:00
parent 6b671b88dc
commit 4d3b281369
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ type serverWatchStream struct {
mu sync.Mutex
// progress tracks the watchID that stream might need to send
// progress to.
// TOOD: combine progress and prevKV into a single struct?
// TODO: combine progress and prevKV into a single struct?
progress map[mvcc.WatchID]bool
prevKV map[mvcc.WatchID]bool

View File

@ -39,7 +39,7 @@ const (
maxV3RequestTimeout = 5 * time.Second
// In the health case, there might be a small gap (10s of entries) between
// the applied index and commited index.
// the applied index and committed index.
// However, if the committed entries are very heavy to apply, the gap might grow.
// We should stop accepting new proposals if the gap growing to a certain point.
maxGapBetweenApplyAndCommitIndex = 1000