diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-07 10:11:04 +0000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 15:17:11 -0500 |
commit | f6c27349241f7ecacbc4d883cd79fdddeeff027c (patch) | |
tree | 3f0cdda6fe14b9eb23ddf30717db4e5109a92e98 /fs/xfs | |
parent | 7c3e66405157ee2b56d22c1a21fd0c333d7cf3c1 (diff) | |
download | linux-f6c27349241f7ecacbc4d883cd79fdddeeff027c.tar.gz linux-f6c27349241f7ecacbc4d883cd79fdddeeff027c.tar.bz2 linux-f6c27349241f7ecacbc4d883cd79fdddeeff027c.zip |
xfs: fix the comment of xfs_iroot_realloc()
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_inode_fork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode_fork.c b/fs/xfs/xfs_inode_fork.c index 123971b31fbe..2b60a5a2ae53 100644 --- a/fs/xfs/xfs_inode_fork.c +++ b/fs/xfs/xfs_inode_fork.c @@ -473,7 +473,7 @@ xfs_iread_extents( * * The caller must not request to add more records than would fit in * the on-disk inode root. If the if_broot is currently NULL, then - * if we adding records one will be allocated. The caller must also + * if we are adding records, one will be allocated. The caller must also * not request that the number of records go below zero, although * it can go to zero. * |