diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index 6363ac6..4f228cd 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c @@ -363,7 +363,7 @@ ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks, * then it's clear blocks on that path have not allocated */ if (k > 0) { - /* right now don't hanel cross boundary allocation */ + /* right now don't handle cross boundary allocation */ if (blks < blocks_to_boundary + 1) count += blks; else Anders -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html