From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Date: Mon, 12 Aug 2013 03:15:03 +0000 (+0000) Subject: xfs: fix the comment of xfs_mountfs() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c2bfbc9b485a750b6af4a97ff3ad22b576e74d20;p=linux.git xfs: fix the comment of xfs_mountfs() 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> --- diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index dcf75a8590878..38bcbbc21e926 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c @@ -732,7 +732,7 @@ xfs_mountfs( xfs_set_inoalignment(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. */ error = xfs_check_sizes(mp); if (error)