From: Colin Ian King Date: Wed, 27 May 2026 07:49:41 +0000 (+0100) Subject: ntfs: Fix spelling mistake "etnry" -> "entry" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9974fe1db2b5d8b188000e0c2e15d1607b8f17f3;p=thirdparty%2Flinux.git ntfs: Fix spelling mistake "etnry" -> "entry" There is a spelling mistake in a ntfs_error message. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Namjae Jeon --- diff --git a/fs/ntfs/index.c b/fs/ntfs/index.c index 00e17637f771..8371ff4303e7 100644 --- a/fs/ntfs/index.c +++ b/fs/ntfs/index.c @@ -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; }