ntfs: Fix spelling mistake "etnry" -> "entry"

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>
This commit is contained in:
Colin Ian King 2026-05-27 08:49:41 +01:00 committed by Namjae Jeon
parent 8488c4d066
commit 9974fe1db2

View 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;
}