From 21b827bd0de34590d80c95a4b0ba4e459da4e51b Mon Sep 17 00:00:00 2001 From: Li Peng Date: Tue, 3 May 2016 14:48:20 +0800 Subject: [PATCH] mon: remove duplicated words Signed-off-by: Li Peng --- src/mon/Paxos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/Paxos.h b/src/mon/Paxos.h index 3f2a6337c19aa..f2b0a3059e315 100644 --- a/src/mon/Paxos.h +++ b/src/mon/Paxos.h @@ -789,7 +789,7 @@ private: * knows something we don't and the Leader will have to abort the current * proposal in order to retry with the Proposal Number specified by the Peon. * It may also occur that the Peon replied with a lower Proposal Number, in - * which case we assume it is a reply to an an older value and we'll simply + * which case we assume it is a reply to an older value and we'll simply * drop it. * This function will also check if the Peon replied with an accepted but * yet uncommitted value. In this case, if its version is higher than our -- 2.39.5