diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 13:30:05 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2021-04-10 06:14:59 +0300 |
commit | 3088e5a5153cda27ec26461e5edf2821e15e802c (patch) | |
tree | ed2e67225ab677d353e4fabdc57bf95919d55356 /fs/ext4/indirect.c | |
parent | e1262cd2e68a0870fb9fc95eb202d22e8f0074b7 (diff) | |
download | linux-3088e5a5153cda27ec26461e5edf2821e15e802c.tar.xz |
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/indirect.c')
-rw-r--r-- | fs/ext4/indirect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/indirect.c b/fs/ext4/indirect.c index 1223a18c3ff9..a7bc6ad656a9 100644 --- a/fs/ext4/indirect.c +++ b/fs/ext4/indirect.c @@ -705,7 +705,7 @@ static int ext4_ind_trunc_restart_fn(handle_t *handle, struct inode *inode, /* * Truncate transactions can be complex and absolutely huge. So we need to - * be able to restart the transaction at a conventient checkpoint to make + * be able to restart the transaction at a convenient checkpoint to make * sure we don't overflow the journal. * * Try to extend this transaction for the purposes of truncation. If |