diff options
| author | Colin Ian King <colin.i.king@gmail.com> | 2026-05-27 08:49:41 +0100 |
|---|---|---|
| committer | Namjae Jeon <linkinjeon@kernel.org> | 2026-05-27 21:04:09 +0900 |
| commit | 47a20013412ac44a71be899c206a2dc71c7a5dd9 (patch) | |
| tree | b3ff7f1f9522fb64008e91c80ffe8a1609d5fa03 /fs | |
| parent | b3b0deef11ed89fc3fe37f81396c49fa6c7c63d0 (diff) | |
| download | linux-next-history-47a20013412ac44a71be899c206a2dc71c7a5dd9.tar.gz | |
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>
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/ntfs/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/index.c b/fs/ntfs/index.c index 00e17637f7718..8371ff4303e70 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; } |
