Skip to content

Commit 6fa96cd

Browse files
cvubrugiernamjaejeon
authored andcommitted
exfat: fix typos in comments
Fix typos in comments. Signed-off-by: Christophe Vu-Brugier <[email protected]> Signed-off-by: Namjae Jeon <[email protected]>
1 parent e21a28b commit 6fa96cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fs/exfat/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ struct exfat_entry_set_cache *exfat_get_dentry_set(struct super_block *sb,
892892
es->bh[es->num_bh++] = bh;
893893
}
894894

895-
/* validiate cached dentries */
895+
/* validate cached dentries */
896896
for (i = 1; i < num_entries; i++) {
897897
ep = exfat_get_dentry_cached(es, i);
898898
if (!exfat_validate_entry(exfat_get_entry_type(ep), &mode))

fs/exfat/inode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static int __exfat_write_inode(struct inode *inode, int sync)
3131
return 0;
3232

3333
/*
34-
* If the indode is already unlinked, there is no need for updating it.
34+
* If the inode is already unlinked, there is no need for updating it.
3535
*/
3636
if (ei->dir.dir == DIR_DELETED)
3737
return 0;

0 commit comments

Comments
 (0)