2006-11-28 12:58:34

by Remi Colinet

[permalink] [raw]
Subject: Typo fix for 2.6.19-rc6

Hello,

Typo fix for 2.6.19-rc6.

--- linux-2.6.19-rc6/fs/ext2/ext2.h 2006-11-20 19:25:16.000000000 +0100
+++ linux-2.6.19-rc6.fixed/fs/ext2/ext2.h 2006-11-28 10:39:04.000000000
+0100
@@ -27,7 +27,7 @@
/*
* i_block_group is the number of the block group which contains
* this file's inode. Constant across the lifetime of the inode,
- * it is ued for making block allocation decisions - we try to
+ * it is used for making block allocation decisions - we try to
* place a file's data blocks near its inode block, and new inodes
* near to their parent directory's inode.
*/

Remi