Skip to content

Commit 253f313

Browse files
Deming Wangbrauner
authored andcommitted
ntfs: Correct spelling
We should use this replace thie. Signed-off-by: Deming Wang <[email protected]> Reviewed-by: Namjae Jeon <[email protected]> Message-Id: <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
1 parent 04faa6c commit 253f313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ntfs/attrib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,7 @@ s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,
24912491
* byte offset @ofs inside the attribute with the constant byte @val.
24922492
*
24932493
* This function is effectively like memset() applied to an ntfs attribute.
2494-
* Note thie function actually only operates on the page cache pages belonging
2494+
* Note this function actually only operates on the page cache pages belonging
24952495
* to the ntfs attribute and it marks them dirty after doing the memset().
24962496
* Thus it relies on the vm dirty page write code paths to cause the modified
24972497
* pages to be written to the mft record/disk.

0 commit comments

Comments
 (0)