From: linbing Date: Mon, 22 May 2017 00:32:28 +0000 (+0800) Subject: Note word error of _active(), take iif with if X-Git-Tag: v12.1.0~10^2~36^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15191%2Fhead;p=ceph.git Note word error of _active(), take iif with if Signed-off-by: Linbing --- diff --git a/src/mon/PaxosService.h b/src/mon/PaxosService.h index 5c6b2872b09..df32c352159 100644 --- a/src/mon/PaxosService.h +++ b/src/mon/PaxosService.h @@ -187,7 +187,7 @@ private: * @remarks We only create a pending state we our Monitor is the Leader. * * @pre Paxos is active - * @post have_pending is true iif our Monitor is the Leader and Paxos is + * @post have_pending is true if our Monitor is the Leader and Paxos is * active */ void _active();