Skip to content

Commit

Permalink
trivial: ext2: fix a typo in comment in ext2.h
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Gholami Rudi <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
aligrudi authored and Jiri Kosina committed Jun 12, 2009
1 parent 8ebf975 commit 88164ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext2/ext2.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct ext2_inode_info {
/*
* 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.
*/
Expand Down

0 comments on commit 88164ff

Please sign in to comment.