]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ntfs: Fix spelling mistake "etnry" -> "entry"
authorColin Ian King <colin.i.king@gmail.com>
Wed, 27 May 2026 07:49:41 +0000 (08:49 +0100)
committerNamjae Jeon <linkinjeon@kernel.org>
Fri, 5 Jun 2026 15:20:12 +0000 (00:20 +0900)
There is a spelling mistake in a ntfs_error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/index.c

index 00e17637f77184f7ec177e7872cc4f3c7c93c62c..8371ff4303e70d3db1497af314f553a1c27baf66 100644 (file)
@@ -340,7 +340,7 @@ int ntfs_index_entries_inconsistent(const struct ntfs_volume *vol,
 
                if (le16_to_cpu(ie->length) < sizeof(struct index_entry_header)) {
                        ntfs_error(vol->sb,
-                                  "Index etnry too small in inode %llu.",
+                                  "Index entry too small in inode %llu.",
                                   inum);
                        return -EIO;
                }