Commit 99e738b7 authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by Ben Myers

xfs: fix the comment of xfs_mod_incore_sb_unlocked()

Signed-off-by: default avatarZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Reviewed-by: default avatarMark Tinguely <tinguely@sgi.com>
Signed-off-by: default avatarBen Myers <bpm@sgi.com>
parent 49d3da14
......@@ -1083,7 +1083,7 @@ xfs_log_sbcount(xfs_mount_t *mp)
}
/*
* xfs_mod_incore_sb_unlocked() is a utility routine common used to apply
* xfs_mod_incore_sb_unlocked() is a utility routine commonly used to apply
* a delta to a specified field in the in-core superblock. Simply
* switch on the field indicated and apply the delta to that field.
* Fields are not allowed to dip below zero, so if the delta would
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment