]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: fix typo
authorxiexingguo <xie.xingguo@zte.com.cn>
Fri, 26 Feb 2016 10:39:39 +0000 (18:39 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 27 Feb 2016 13:28:02 +0000 (21:28 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/OSDMap.cc

index 35a48ad37fdc2fd643e249f7f522ed707eb3eb1f..9a01c1b21977843039d26cb42a0515a318dab0e6 100644 (file)
@@ -283,7 +283,7 @@ bool OSDMap::containing_subtree_is_down(CephContext *cct, int id, int subtree_ty
       return false;
     }
 
-    // is this a big enough subtree to be done?
+    // is this a big enough subtree to be marked as down?
     if (type >= subtree_type) {
       ldout(cct, 30) << "containing_subtree_is_down(" << id << ") = true ... " << type << " >= " << subtree_type << dendl;
       return true;