summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
diff options
context:
space:
mode:
authorZhi Yong Wu2013-08-07 12:10:58 +0200
committerBen Myers2013-08-20 21:42:16 +0200
commit0471f62e386e7c8d9f46ebb35cfbb88f9ca2835f (patch)
tree849ed7ba52400a63ef17c87695e8860f9f3357f3 /fs/xfs/xfs_mount.c
parentxfs: use reference counts to free clean buffer items (diff)
downloadkernel-qcow2-linux-0471f62e386e7c8d9f46ebb35cfbb88f9ca2835f.tar.gz
kernel-qcow2-linux-0471f62e386e7c8d9f46ebb35cfbb88f9ca2835f.tar.xz
kernel-qcow2-linux-0471f62e386e7c8d9f46ebb35cfbb88f9ca2835f.zip
xfs: fix the comment of xfs_check_sizes()
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c
index 85b6aaa89e51..6e69e8a00671 100644
--- a/fs/xfs/xfs_mount.c
+++ b/fs/xfs/xfs_mount.c
@@ -527,7 +527,7 @@ xfs_set_inoalignment(xfs_mount_t *mp)
}
/*
- * Check that the data (and log if separate) are an ok size.
+ * Check that the data (and log if separate) is an ok size.
*/
STATIC int
xfs_check_sizes(xfs_mount_t *mp)