Skip to content

Commit

Permalink
ext2: fixed typo.
Browse files Browse the repository at this point in the history
"excpet"

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Jan Kara <jack@suse.cz>
  • Loading branch information
Andrea Gelmini authored and Jan Kara committed Oct 27, 2010
1 parent db50d20 commit 58c6ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ static int ext2_alloc_blocks(struct inode *inode,
* the same format as ext2_get_branch() would do. We are calling it after
* we had read the existing part of chain and partial points to the last
* triple of that (one with zero ->key). Upon the exit we have the same
* picture as after the successful ext2_get_block(), excpet that in one
* picture as after the successful ext2_get_block(), except that in one
* place chain is disconnected - *branch->p is still zero (we did not
* set the last link), but branch->key contains the number that should
* be placed into *branch->p to fill that gap.
Expand Down

0 comments on commit 58c6ed3

Please sign in to comment.