xfs: fix the comment of xfs_bmap_punch_delalloc_range()
authorZhi Yong Wu <[email protected]>
Mon, 12 Aug 2013 03:14:55 +0000 (03:14 +0000)
committerBen Myers <[email protected]>
Tue, 20 Aug 2013 20:40:16 +0000 (15:40 -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_bmap_util.c

index b6815916412fc338d8fba926dba8220944e4b986..541d59f5e65822270fa225c93aa94bbf9a687b06 100644 (file)
@@ -764,7 +764,7 @@ xfs_getbmap(
 /*
  * dead simple method of punching delalyed allocation blocks from a range in
  * the inode. Walks a block at a time so will be slow, but is only executed in
- * rare error cases so the overhead is not critical. This will alays punch out
+ * rare error cases so the overhead is not critical. This will always punch out
  * both the start and end blocks, even if the ranges only partially overlap
  * them, so it is up to the caller to ensure that partial blocks are not
  * passed in.