diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-07 14:11:01 +0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 23:59:05 +0400 |
commit | 99e738b7833314d96ab6fd3a8d75da977674e07e (patch) | |
tree | 84b9e54eb47c793fec8c3cb96fb9b0a5a88b6da1 /fs/xfs/xfs_mount.c | |
parent | 49d3da149c2331c7960fbc6da6bf2cf3a6b06724 (diff) | |
download | linux-99e738b7833314d96ab6fd3a8d75da977674e07e.tar.xz |
xfs: fix the comment of xfs_mod_incore_sb_unlocked()
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_mount.c')
-rw-r--r-- | fs/xfs/xfs_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index 6e69e8a00671..dcf75a859087 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c @@ -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 |