diff options
-rw-r--r-- | fs/xfs/xfs_btree.c | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
510 | } | 510 | } |
511 | 511 | ||
512 | /* | 512 | /* |
513 | * Get a the root block which is stored in the inode. | 513 | * Get the root block which is stored in the inode. |
514 | * | 514 | * |
515 | * For now this btree implementation assumes the btree root is always | 515 | * For now this btree implementation assumes the btree root is always |
516 | * stored in the if_broot field of an inode fork. | 516 | * stored in the if_broot field of an inode fork. |