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>
This commit is contained in:
Zhi Yong Wu 2013-08-12 03:15:03 +00:00 коммит произвёл Ben Myers
Родитель 2533787a43
Коммит c2bfbc9b48
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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