xfs: fix the comment of xfs_btree_get_iroot()
authorZhi Yong Wu <[email protected]>
Wed, 7 Aug 2013 10:11:05 +0000 (10:11 +0000)
committerBen Myers <[email protected]>
Tue, 20 Aug 2013 20:17:35 +0000 (15:17 -0500)
Signed-off-by: Zhi Yong Wu <[email protected]>
Reviewed-by: Mark Tinguely <[email protected]>
Signed-off-by: Ben Myers <[email protected]>
fs/xfs/xfs_btree.c

index eccc7881cea335dfcbb069702519d180f98788eb..ae106f6dae4f480c28e0102aee579a9662177454 100644 (file)
@@ -510,7 +510,7 @@ xfs_btree_ptr_addr(
 }
 
 /*
- * Get 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.