ext4: fix various seppling typos
[sfrench/cifs-2.6.git] / fs / ext4 / namei.c
index f2e9cb71763d2b4b5b1086ff9916ae873b681702..610cb0636ee72aed2fa206110dc4ed7635a3ff75 100644 (file)
@@ -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);