summaryrefslogtreecommitdiffstats
path: root/fs/ext4/migrate.c
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2016-03-09 23:49:05 -0500
committerTheodore Ts'o <tytso@mit.edu>2016-03-09 23:49:05 -0500
commitb8a07463c8c5fd7c609590c7cd9eda897a1b6cd6 (patch)
treeb2c1287712eeaccc8ef05dedc320154cc052aa9a /fs/ext4/migrate.c
parentc0a2ad9b50dd80eeccd73d9ff962234590d5ec93 (diff)
ext4: fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/migrate.c')
-rw-r--r--fs/ext4/migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/migrate.c b/fs/ext4/migrate.c
index a4651894cc33..364ea4d4a943 100644
--- a/fs/ext4/migrate.c
+++ b/fs/ext4/migrate.c
@@ -361,7 +361,7 @@ static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode,
361 * blocks. 361 * blocks.
362 * 362 *
363 * While converting to extents we need not 363 * While converting to extents we need not
364 * update the orignal inode i_blocks for extent blocks 364 * update the original inode i_blocks for extent blocks
365 * via quota APIs. The quota update happened via tmp_inode already. 365 * via quota APIs. The quota update happened via tmp_inode already.
366 */ 366 */
367 spin_lock(&inode->i_lock); 367 spin_lock(&inode->i_lock);