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