]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
fs/ntfs3: Fix spelling mistake "recommened" -> "recommended"
authorColin Ian King <colin.i.king@gmail.com>
Tue, 9 May 2023 07:28:55 +0000 (08:28 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 17 Nov 2025 08:09:15 +0000 (09:09 +0100)
There is a spelling mistake in a ntfs_info message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/super.c

index f481e9df0237ff26faad310a40f35a8a0777460c..344217ab513cfac15fa9978df8a859925f1859d1 100644 (file)
@@ -1329,7 +1329,7 @@ static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc)
        sbi->volume.ni = ni;
        if (info->flags & VOLUME_FLAG_DIRTY) {
                sbi->volume.real_dirty = true;
-               ntfs_info(sb, "It is recommened to use chkdsk.");
+               ntfs_info(sb, "It is recommended to use chkdsk.");
        }
 
        /* Load $MFTMirr to estimate recs_mirr. */