From: xiexingguo Date: Fri, 26 Feb 2016 10:39:39 +0000 (+0800) Subject: osd: fix typo X-Git-Tag: v10.1.0~248^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8101df0024d04a4b16a6667ced472f001850fe7b;p=ceph.git osd: fix typo Signed-off-by: xie xingguo --- diff --git a/src/osd/OSDMap.cc b/src/osd/OSDMap.cc index 35a48ad37fd..9a01c1b2197 100644 --- a/src/osd/OSDMap.cc +++ b/src/osd/OSDMap.cc @@ -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;