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>
This commit is contained in:
Zhi Yong Wu 2013-08-07 10:10:58 +00:00 committed by Ben Myers
parent 2ad01f53dc
commit 0471f62e38
1 changed files with 1 additions and 1 deletions

View File

@ -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)