Remove redundant word in the documentation.
Signed-off-by: Miroslav Cimerman <mci...@do...>
---
fs/ntfs/dir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ntfs/dir.c b/fs/ntfs/dir.c
index 0ee19ecc982d..e376237464a6 100644
--- a/fs/ntfs/dir.c
+++ b/fs/ntfs/dir.c
@@ -70,7 +70,7 @@ ntfschar I30[5] = { cpu_to_le16('$'), cpu_to_le16('I'),
* the dcache aliasing issues.
*
* Locking: - Caller must hold i_mutex on the directory.
- * - Each page cache page in the index allocation mapping must be
+ * - Each cache page in the index allocation mapping must be
* locked whilst being accessed otherwise we may find a corrupt
* page due to it being under ->writepage at the moment which
* applies the mst protection fixups before writing out and then
--
2.39.2
|