summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
diff options
context:
space:
mode:
authorZhi Yong Wu2013-08-12 05:15:01 +0200
committerBen Myers2013-08-20 22:49:06 +0200
commit8ba701ee9e837d92b5acf93e20b6e88590235f36 (patch)
treee912126116dd7a036fb839e1d7f8ce0e280dc2c9 /fs/xfs/xfs_log_recover.c
parentxfs: fix the comment of xfs_log_unmount_write() (diff)
downloadkernel-qcow2-linux-8ba701ee9e837d92b5acf93e20b6e88590235f36.tar.gz
kernel-qcow2-linux-8ba701ee9e837d92b5acf93e20b6e88590235f36.tar.xz
kernel-qcow2-linux-8ba701ee9e837d92b5acf93e20b6e88590235f36.zip
xfs: fix the comment of xlog_recover_do_dquot_buffer()
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_log_recover.c')
-rw-r--r--fs/xfs/xfs_log_recover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c
index 375ce5fad4d8..82f99b8ce07b 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.
*/