diff options
| author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-07 10:10:58 +0000 | 
|---|---|---|
| committer | Ben Myers <bpm@sgi.com> | 2013-08-20 14:42:16 -0500 | 
| commit | 0471f62e386e7c8d9f46ebb35cfbb88f9ca2835f (patch) | |
| tree | 849ed7ba52400a63ef17c87695e8860f9f3357f3 | |
| parent | 2ad01f53dc34ef3180e555d40b331f95f269a0fa (diff) | |
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>
| -rw-r--r-- | fs/xfs/xfs_mount.c | 2 | 
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) | 
