diff options
| author | Bhaskar Chowdhury <[email protected]> | 2021-03-27 10:30:05 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2021-04-10 03:14:59 +0000 |
| commit | 3088e5a5153cda27ec26461e5edf2821e15e802c (patch) | |
| tree | ed2e67225ab677d353e4fabdc57bf95919d55356 /fs/ext4/inode.c | |
| parent | ext4: fix error return code in ext4_fc_perform_commit() (diff) | |
| download | kernel-3088e5a5153cda27ec26461e5edf2821e15e802c.tar.gz kernel-3088e5a5153cda27ec26461e5edf2821e15e802c.zip | |
ext4: fix various seppling typos
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/ext4/inode.c')
| -rw-r--r-- | fs/ext4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 32fa3ad38797..fe6045a46599 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -3822,7 +3822,7 @@ unlock: * starting from file offset 'from'. The range to be zero'd must * be contained with in one block. If the specified range exceeds * the end of the block it will be shortened to end of the block - * that cooresponds to 'from' + * that corresponds to 'from' */ static int ext4_block_zero_page_range(handle_t *handle, struct address_space *mapping, loff_t from, loff_t length) |
