From: Zhi Yong Wu Date: Mon, 12 Aug 2013 03:15:03 +0000 (+0000) Subject: xfs: fix the comment of xfs_mountfs() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c2bfbc9b485a750b6af4a97ff3ad22b576e74d20;p=deliverable%2Flinux.git xfs: fix the comment of xfs_mountfs() Signed-off-by: Zhi Yong Wu Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index dcf75a859087..38bcbbc21e92 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)