aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/xfs_inode_fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode_fork.c b/fs/xfs/xfs_inode_fork.c
index 123971b31fbe..2b60a5a2ae53 100644
--- a/fs/xfs/xfs_inode_fork.c
+++ b/fs/xfs/xfs_inode_fork.c
@@ -473,7 +473,7 @@ xfs_iread_extents(
473 * 473 *
474 * The caller must not request to add more records than would fit in 474 * The caller must not request to add more records than would fit in
475 * the on-disk inode root. If the if_broot is currently NULL, then 475 * the on-disk inode root. If the if_broot is currently NULL, then
476 * if we adding records one will be allocated. The caller must also 476 * if we are adding records, one will be allocated. The caller must also
477 * not request that the number of records go below zero, although 477 * not request that the number of records go below zero, although
478 * it can go to zero. 478 * it can go to zero.
479 * 479 *