From: Li Peng Date: Tue, 3 May 2016 06:48:20 +0000 (+0800) Subject: mon: remove duplicated words X-Git-Tag: v11.0.0~742^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8896%2Fhead;p=ceph.git mon: remove duplicated words Signed-off-by: Li Peng --- diff --git a/src/mon/Paxos.h b/src/mon/Paxos.h index 3f2a6337c19a..f2b0a3059e31 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