Skip to content

Commit

Permalink
ext4: fix spelling typos in move_extent.c
Browse files Browse the repository at this point in the history
Fix a few spelling typos in move_extent.c

Signed-off-by: Akira Fujita <a-fujita@rs.jp.nec.co.jp>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Akira Fujita authored and Theodore Ts'o committed Nov 23, 2009
1 parent 49bd22b commit 92c2815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/ext4/move_extent.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ mext_leaf_block(handle_t *handle, struct inode *orig_inode,
* @tmp_oext: the extent that will belong to the donor inode
* @orig_off: block offset of original inode
* @donor_off: block offset of donor inode
* @max_count: the maximun length of extents
* @max_count: the maximum length of extents
*
* Return 0 on success, or a negative error value on failure.
*/
Expand Down Expand Up @@ -1073,7 +1073,7 @@ mext_check_arguments(struct inode *orig_inode,
}

if (!*len) {
ext4_debug("ext4 move extent: len shoudld not be 0 "
ext4_debug("ext4 move extent: len should not be 0 "
"[ino:orig %lu, donor %lu]\n", orig_inode->i_ino,
donor_inode->i_ino);
return -EINVAL;
Expand Down

0 comments on commit 92c2815

Please sign in to comment.