From: Li Peng Date: Tue, 3 May 2016 06:55:59 +0000 (+0800) Subject: mds: remove duplicated 'this' X-Git-Tag: v11.0.0~749^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8897%2Fhead;p=ceph.git mds: remove duplicated 'this' Signed-off-by: Li Peng --- diff --git a/src/mds/SessionMap.h b/src/mds/SessionMap.h index d03e16c85ac2..dee8ffbf3cc9 100644 --- a/src/mds/SessionMap.h +++ b/src/mds/SessionMap.h @@ -86,7 +86,7 @@ private: void _update_human_name(); std::string human_name; - // Versions in this this session was projected: used to verify + // Versions in this session was projected: used to verify // that appropriate mark_dirty calls follow. std::deque projected;