dect
/
linux-2.6
Archived
13
0
Fork 0

ext4: fix spelling typos in move_extent.c

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>
This commit is contained in:
Akira Fujita 2009-11-23 07:24:50 -05:00 committed by Theodore Ts'o
parent 49bd22bc4d
commit 92c28159dc
1 changed files with 2 additions and 2 deletions

View File

@ -568,7 +568,7 @@ out:
* @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.
*/
@ -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;