diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 16:00:05 +0530 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2021-04-09 23:14:59 -0400 |
commit | 3088e5a5153cda27ec26461e5edf2821e15e802c (patch) | |
tree | ed2e67225ab677d353e4fabdc57bf95919d55356 /fs/ext4/inline.c | |
parent | e1262cd2e68a0870fb9fc95eb202d22e8f0074b7 (diff) |
ext4: fix various seppling typos
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/cover.1616840203.git.unixbhaskar@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/inline.c')
-rw-r--r-- | fs/ext4/inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c index ba960e6e7e3a..3cf01629010d 100644 --- a/fs/ext4/inline.c +++ b/fs/ext4/inline.c @@ -795,7 +795,7 @@ ext4_journalled_write_inline_data(struct inode *inode, * clear the inode state safely. * 2. The inode has inline data, then we need to read the data, make it * update and dirty so that ext4_da_writepages can handle it. We don't - * need to start the journal since the file's metatdata isn't changed now. + * need to start the journal since the file's metadata isn't changed now. */ static int ext4_da_convert_inline_data_to_extent(struct address_space *mapping, struct inode *inode, |