xfs: fix the comment of xfs_btree_get_iroot()

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:11:05 +00:00 committed by Ben Myers
parent f6c2734924
commit 1cb9386354

View file

@ -510,7 +510,7 @@ xfs_btree_ptr_addr(
}
/*
* Get a the root block which is stored in the inode.
* Get the root block which is stored in the inode.
*
* For now this btree implementation assumes the btree root is always
* stored in the if_broot field of an inode fork.