From b801f1affe5c7917a47bbd31004b6958e35e86d3 Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Sat, 20 Sep 2014 19:32:21 -0700 Subject: [PATCH] raft: refine comment for raft.pendingConf --- raft/raft.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/raft/raft.go b/raft/raft.go index 988a79ace..63d1e7de2 100644 --- a/raft/raft.go +++ b/raft/raft.go @@ -105,8 +105,7 @@ type raft struct { // the leader id lead int64 - // pending configuration - // New configuration is ignored if there exists configuration unapplied. + // New configuration is ignored if there exists unapplied configuration. pendingConf bool elapsed int // number of ticks since the last msg