From 8ba701ee9e837d92b5acf93e20b6e88590235f36 Mon Sep 17 00:00:00 2001 From: Zhi Yong Wu Date: Mon, 12 Aug 2013 03:15:01 +0000 Subject: [PATCH] xfs: fix the comment of xlog_recover_do_dquot_buffer() Signed-off-by: Zhi Yong Wu Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- fs/xfs/xfs_log_recover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 375ce5f..82f99b8 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c @@ -2369,7 +2369,7 @@ xfs_qm_dqcheck( /* * Perform a dquot buffer recovery. - * Simple algorithm: if we have found a QUOTAOFF logitem of the same type + * Simple algorithm: if we have found a QUOTAOFF log item of the same type * (ie. USR or GRP), then just toss this buffer away; don't recover it. * Else, treat it as a regular buffer and do recovery. */ -- 2.7.4