* [PATCH] fs/ntfs3: fix typo in ntfs_info() message
@ 2025-08-25 4:00 Eric Gonçalves
0 siblings, 0 replies; only message in thread
From: Eric Gonçalves @ 2025-08-25 4:00 UTC (permalink / raw)
To: Konstantin Komarov; +Cc: ntfs3, linux-kernel, Eric Gonçalves
Correct a typo in line 1296 of fs/ntfs3/super.c, it was written
'recommened' instead of 'recommended'.
Signed-off-by: Eric Gonçalves <ghatto404@gmail.com>
---
fs/ntfs3/super.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ntfs3/super.c b/fs/ntfs3/super.c
index dd5004efdabb..fe40d12e3353 100644
--- a/fs/ntfs3/super.c
+++ b/fs/ntfs3/super.c
@@ -1294,7 +1294,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. */
--
2.50.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-25 5:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-25 4:00 [PATCH] fs/ntfs3: fix typo in ntfs_info() message Eric Gonçalves
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®