]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove duplicated 'this' 8897/head
authorLi Peng <lip@dtdream.com>
Tue, 3 May 2016 06:55:59 +0000 (14:55 +0800)
committerLi Peng <lip@dtdream.com>
Tue, 3 May 2016 06:55:59 +0000 (14:55 +0800)
Signed-off-by: Li Peng <lip@dtdream.com>
src/mds/SessionMap.h

index d03e16c85ac25931bc8bcf174d3a312040fba11f..dee8ffbf3cc91132b9466260a0436486affccfbd 100644 (file)
@@ -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<version_t> projected;