diff mbox series

[2/8] EXT4: namei.c: Fixed a typo

Message ID 3929edc17e96d5d89334c8ee3072f9e939d6dc3b.1616840203.git.unixbhaskar@gmail.com
State Awaiting Upstream
Headers show
Series EXT4: Trivial typo fixes | expand

Commit Message

Bhaskar Chowdhury March 27, 2021, 10:30 a.m. UTC
s/contiuation/continuation/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 fs/ext4/namei.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--
2.26.2
diff mbox series

Patch

diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c
index 883e2a7cd4ab..3eb07053ca3c 100644
--- a/fs/ext4/namei.c
+++ b/fs/ext4/namei.c
@@ -956,7 +956,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);