]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mds: fix typo
authordongdong tao <tdd21151186@gmail.com>
Wed, 3 Jan 2018 14:40:34 +0000 (22:40 +0800)
committerdongdong tao <tdd21151186@gmail.com>
Thu, 4 Jan 2018 03:47:28 +0000 (11:47 +0800)
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
src/mds/MDCache.cc

index 6fcc0d66711a9331ea33c2aaa18b63226d7ee403..c58ce5d6520de7806e9788b092a4d56a04a20289 100644 (file)
@@ -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()
 {