mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
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:
parent
8488c4d066
commit
9974fe1db2
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user