From: dongdong tao Date: Wed, 3 Jan 2018 14:40:34 +0000 (+0800) Subject: mds: fix typo X-Git-Tag: v13.0.2~655^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=11ed05c71f4dde453d249d8771a6472030d58c22;p=ceph.git mds: fix typo Signed-off-by: dongdong tao --- diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc index 6fcc0d66711a..c58ce5d6520d 100644 --- a/src/mds/MDCache.cc +++ b/src/mds/MDCache.cc @@ -3918,13 +3918,13 @@ void MDCache::rejoin_start(MDSInternalContext *rejoin_done_) /* * rejoin phase! * - * this initiates rejoin. it shoudl be called before we get any + * this initiates rejoin. it should be called before we get any * rejoin or rejoin_ack messages (or else mdsmap distribution is broken). * * we start out by sending rejoins to everyone in the recovery set. * * if we are rejoin, send for all regions in our cache. - * if we are active|stopping, send only to nodes that are are rejoining. + * if we are active|stopping, send only to nodes that are rejoining. */ void MDCache::rejoin_send_rejoins() {