diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-03-09 23:49:05 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-03-09 23:49:05 -0500 |
commit | b8a07463c8c5fd7c609590c7cd9eda897a1b6cd6 (patch) | |
tree | b2c1287712eeaccc8ef05dedc320154cc052aa9a /fs/ext4/ialloc.c | |
parent | c0a2ad9b50dd80eeccd73d9ff962234590d5ec93 (diff) | |
download | linux-b8a07463c8c5fd7c609590c7cd9eda897a1b6cd6.tar.bz2 |
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/ialloc.c')
-rw-r--r-- | fs/ext4/ialloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c index acc0ad56bf2f..237b877d316d 100644 --- a/fs/ext4/ialloc.c +++ b/fs/ext4/ialloc.c @@ -787,7 +787,7 @@ struct inode *__ext4_new_inode(handle_t *handle, struct inode *dir, sbi = EXT4_SB(sb); /* - * Initalize owners and quota early so that we don't have to account + * Initialize owners and quota early so that we don't have to account * for quota initialization worst case in standard inode creating * transaction */ |