From: Zhi Yong Wu Date: Wed, 7 Aug 2013 10:11:05 +0000 (+0000) Subject: xfs: fix the comment of xfs_btree_get_iroot() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1cb9386354dbba25301d2aea370af52934f07ea7;p=linux-beck.git xfs: fix the comment of xfs_btree_get_iroot() Signed-off-by: Zhi Yong Wu Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- diff --git a/fs/xfs/xfs_btree.c b/fs/xfs/xfs_btree.c index eccc7881cea3..ae106f6dae4f 100644 --- a/fs/xfs/xfs_btree.c +++ b/fs/xfs/xfs_btree.c @@ -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.