]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ext2: fixed typo.
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 16 Oct 2010 13:19:11 +0000 (15:19 +0200)
committerJan Kara <jack@suse.cz>
Wed, 27 Oct 2010 23:30:05 +0000 (01:30 +0200)
"excpet"

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/inode.c

index 940c961688687086aa77d7669cb59595fe2a8d55..f834f0d8d563625c1466821758de968d56abfb45 100644 (file)
@@ -458,7 +458,7 @@ failed_out:
  *     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.