From 48781d86846952788b6a236a8ea786ec3187aee7 Mon Sep 17 00:00:00 2001 From: Li Peng Date: Tue, 3 May 2016 14:55:59 +0800 Subject: [PATCH] mds: remove duplicated 'this' Signed-off-by: Li Peng --- src/mds/SessionMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds/SessionMap.h b/src/mds/SessionMap.h index d03e16c85ac25..dee8ffbf3cc91 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; -- 2.39.5