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/namei.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/namei.c')
-rw-r--r-- | fs/ext4/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index f2e9cb71763d..610cb0636ee7 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c @@ -979,7 +979,7 @@ static int ext4_htree_next_block(struct inode *dir, __u32 hash, * If the hash is 1, then continue only if the next page has a * continuation hash of any value. This is used for readdir * handling. Otherwise, check to see if the hash matches the - * desired contiuation hash. If it doesn't, return since + * desired continuation hash. If it doesn't, return since * there's no point to read in the successive index pages. */ bhash = dx_get_hash(p->at); |