From: Deming Wang Date: Mon, 6 Feb 2023 09:18:15 +0000 (-0500) Subject: ntfs: Correct spelling X-Git-Tag: v6.6.7~2620^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=253f3137ebfd0b2385fbc4f078bccb2a4097406d;p=platform%2Fkernel%2Flinux-starfive.git ntfs: Correct spelling We should use this replace thie. Signed-off-by: Deming Wang Reviewed-by: Namjae Jeon Message-Id: <20230206091815.1687-1-wangdeming@inspur.com> Signed-off-by: Christian Brauner --- diff --git a/fs/ntfs/attrib.c b/fs/ntfs/attrib.c index a3865bc..f79408f 100644 --- a/fs/ntfs/attrib.c +++ b/fs/ntfs/attrib.c @@ -2491,7 +2491,7 @@ conv_err_out: * byte offset @ofs inside the attribute with the constant byte @val. * * This function is effectively like memset() applied to an ntfs attribute. - * Note thie function actually only operates on the page cache pages belonging + * Note this function actually only operates on the page cache pages belonging * to the ntfs attribute and it marks them dirty after doing the memset(). * Thus it relies on the vm dirty page write code paths to cause the modified * pages to be written to the mft record/disk.