From: Zhi Yong Wu Date: Mon, 12 Aug 2013 03:14:55 +0000 (+0000) Subject: xfs: fix the comment of xfs_bmap_punch_delalloc_range() X-Git-Tag: v3.12-rc1~80^2~31 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ad4809bf221bd115ecc38e8a799d2bd74817a6cb;p=linux.git xfs: fix the comment of xfs_bmap_punch_delalloc_range() Signed-off-by: Zhi Yong Wu Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c index b6815916412f..541d59f5e658 100644 --- a/fs/xfs/xfs_bmap_util.c +++ b/fs/xfs/xfs_bmap_util.c @@ -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.