mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
raft: fix var name in comment
This commit is contained in:
parent
754967644d
commit
edd823bba6
@ -25,7 +25,7 @@ import (
|
||||
// index is unavailable because it predates the last snapshot.
|
||||
var ErrCompacted = errors.New("requested index is unavailable due to compaction")
|
||||
|
||||
// ErrOutOfDataSnap is returned by Storage.CreateSnapshot when a requested
|
||||
// ErrSnapOutOfDate is returned by Storage.CreateSnapshot when a requested
|
||||
// index is older than the existing snapshot.
|
||||
var ErrSnapOutOfDate = errors.New("requested index is older than the existing snapshot")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user