From: Yan, Zheng Date: Wed, 27 Jan 2016 10:14:01 +0000 (+0800) Subject: mds: fix typo X-Git-Tag: v10.1.0~176^2~1^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=700e51313aa21fe03feec8dcecdbf4d13fee3739;p=ceph.git mds: fix typo Signed-off-by: Yan, Zheng --- diff --git a/src/mds/CInode.cc b/src/mds/CInode.cc index 8041c419dea9..37766bd5a038 100644 --- a/src/mds/CInode.cc +++ b/src/mds/CInode.cc @@ -2143,7 +2143,7 @@ void CInode::finish_scatter_gather_update(int type) } if (all) { if (state_test(CInode::STATE_REPAIRSTATS)) { - dout(20) << " rstat mismatch, fixinga" << dendl; + dout(20) << " rstat mismatch, fixing" << dendl; } else { clog->error() << "unmatched rstat on " << ino() << ", inode has " << pi->rstat << ", dirfrags have " << rstat << "\n";