diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-12 03:14:52 +0000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 15:35:32 -0500 |
commit | 8be11e92b60b6f333c931d4c855e935d67649e80 (patch) | |
tree | 017d76db9c065d4654e209f71da9997df56aada1 /fs/xfs/xfs_bmap_util.c | |
parent | c7c1a7d8bb45479e01ae47a8e8dbf4e769028f07 (diff) |
xfs: fix the comment of xfs_bmap_count_tree()
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/xfs_bmap_util.c')
-rw-r--r-- | fs/xfs/xfs_bmap_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c index cc2ab9b776b7..b6815916412f 100644 --- a/fs/xfs/xfs_bmap_util.c +++ b/fs/xfs/xfs_bmap_util.c @@ -357,7 +357,7 @@ xfs_bmap_disk_count_leaves( /* * Recursively walks each level of a btree - * to count total fsblocks is use. + * to count total fsblocks in use. */ STATIC int /* error */ xfs_bmap_count_tree( |