summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/lib
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-08-16 12:13:08 +0200
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2021-08-27 16:04:45 +0200
commitf8d87ed9f0d546ac5b05e8e7d2b148d4b77599fa (patch)
treef5f1395d93ae56c706843b2be5958de152f48849 /fs/ntfs3/lib
parentMerge branch 'torvalds:master' into master (diff)
downloadlinux-f8d87ed9f0d546ac5b05e8e7d2b148d4b77599fa.tar.xz
linux-f8d87ed9f0d546ac5b05e8e7d2b148d4b77599fa.zip
fs/ntfs3: Fix various spelling mistakes
There is a spelling mistake in a ntfs_err error message. Also fix various spelling mistakes in comments. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Kari Argillander <kari.argillander@gmail.com> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'fs/ntfs3/lib')
-rw-r--r--fs/ntfs3/lib/decompress_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs3/lib/decompress_common.c b/fs/ntfs3/lib/decompress_common.c
index 83c9e93aea77..850d8e8c8f1f 100644
--- a/fs/ntfs3/lib/decompress_common.c
+++ b/fs/ntfs3/lib/decompress_common.c
@@ -292,7 +292,7 @@ int make_huffman_decode_table(u16 decode_table[], const u32 num_syms,
* of as simply the root of the tree. The
* representation of these internal nodes is
* simply the index of the left child combined
- * with the special bits 0xC000 to distingush
+ * with the special bits 0xC000 to distinguish
* the entry from direct mapping and leaf node
* entries.
*/