diff options
Diffstat (limited to 'fs/xfs/quota/xfs_trans_dquot.c')
| -rw-r--r-- | fs/xfs/quota/xfs_trans_dquot.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_trans_dquot.c b/fs/xfs/quota/xfs_trans_dquot.c index 2a364873133..24084edb780 100644 --- a/fs/xfs/quota/xfs_trans_dquot.c +++ b/fs/xfs/quota/xfs_trans_dquot.c @@ -59,7 +59,7 @@ xfs_trans_dqjoin(  	xfs_trans_add_item(tp, &dqp->q_logitem.qli_item);  	/* -	 * Initialize i_transp so we can later determine if this dquot is +	 * Initialize d_transp so we can later determine if this dquot is  	 * associated with this transaction.  	 */  	dqp->q_transp = tp;  |