Skip to content

Commit 0dbbb72

Browse files
ColinIanKing1Naim
authored andcommitted
ntfs: Fix spelling mistake "initiailized" -> "initialized"
There is a spelling mistake in an ntfs_debug message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
1 parent 88da638 commit 0dbbb72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/ntfs/mft.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ static int ntfs_mft_bitmap_extend_initialized_nolock(struct ntfs_volume *vol)
14421442
struct attr_record *a;
14431443
int ret;
14441444

1445-
ntfs_debug("Extending mft bitmap initiailized (and data) size.");
1445+
ntfs_debug("Extending mft bitmap initialized (and data) size.");
14461446
mft_ni = NTFS_I(vol->mft_ino);
14471447
mftbmp_vi = vol->mftbmp_ino;
14481448
mftbmp_ni = NTFS_I(mftbmp_vi);

0 commit comments

Comments
 (0)