xfs: fix the comment of xlog_recover_do_dquot_buffer()
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Mon, 12 Aug 2013 03:15:01 +0000 (03:15 +0000)
committerBen Myers <bpm@sgi.com>
Tue, 20 Aug 2013 20:49:06 +0000 (15:49 -0500)
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>
fs/xfs/xfs_log_recover.c

index 375ce5f..82f99b8 100644 (file)
@@ -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.
  */