From 700e51313aa21fe03feec8dcecdbf4d13fee3739 Mon Sep 17 00:00:00 2001 From: "Yan, Zheng" Date: Wed, 27 Jan 2016 18:14:01 +0800 Subject: [PATCH] mds: fix typo Signed-off-by: Yan, Zheng --- src/mds/CInode.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.47.3