xfs: fix the comment of xfs_btree_get_iroot()
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Wed, 7 Aug 2013 10:11:05 +0000 (10:11 +0000)
committerBen Myers <bpm@sgi.com>
Tue, 20 Aug 2013 20:17:35 +0000 (15:17 -0500)
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>
fs/xfs/xfs_btree.c

index eccc788..ae106f6 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.