From 11ed05c71f4dde453d249d8771a6472030d58c22 Mon Sep 17 00:00:00 2001 From: dongdong tao Date: Wed, 3 Jan 2018 22:40:34 +0800 Subject: [PATCH] mds: fix typo Signed-off-by: dongdong tao --- src/mds/MDCache.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc index 6fcc0d66711..c58ce5d6520 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() { -- 2.39.5