Fix typos in comments.
Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
                es->bh[es->num_bh++] = bh;
        }
 
-       /* validiate cached dentries */
+       /* validate cached dentries */
        for (i = 1; i < num_entries; i++) {
                ep = exfat_get_dentry_cached(es, i);
                if (!exfat_validate_entry(exfat_get_entry_type(ep), &mode))
 
                return 0;
 
        /*
-        * If the indode is already unlinked, there is no need for updating it.
+        * If the inode is already unlinked, there is no need for updating it.
         */
        if (ei->dir.dir == DIR_DELETED)
                return 0;