diff options
author | Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> | 2021-11-03 00:23:56 +0300 |
---|---|---|
committer | Namjae Jeon <linkinjeon@kernel.org> | 2022-01-10 05:00:01 +0300 |
commit | 6fa96cd5ad7a0c8f3f3f6b2b5f062721e8f17a54 (patch) | |
tree | 7b3f1269d0f5f43182d18908260ae7c93c95454d /fs/exfat/dir.c | |
parent | e21a28bbcc0c5dc8ab86af77edb530d6fc0c20ff (diff) | |
download | linux-6fa96cd5ad7a0c8f3f3f6b2b5f062721e8f17a54.tar.xz |
exfat: fix typos in comments
Fix typos in comments.
Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'fs/exfat/dir.c')
-rw-r--r-- | fs/exfat/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exfat/dir.c b/fs/exfat/dir.c index cb1c0d8c1714..ac14055bf38a 100644 --- a/fs/exfat/dir.c +++ b/fs/exfat/dir.c @@ -892,7 +892,7 @@ struct exfat_entry_set_cache *exfat_get_dentry_set(struct super_block *sb, 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)) |