[PATCH] dcache: fix typos in comments in dcache.h
From: tahsina13
Date: Sat Apr 18 2026 - 14:47:31 EST
---
include/linux/dcache.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index c5bd5a74baba..72b57a15769c 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -172,7 +172,7 @@ struct dentry_operations {
* Locking rules for dentry_operations callbacks are to be found in
* Documentation/filesystems/locking.rst. Keep it updated!
*
- * FUrther descriptions are found in Documentation/filesystems/vfs.rst.
+ * Further descriptions are found in Documentation/filesystems/vfs.rst.
* Keep it updated too!
*/
@@ -233,7 +233,7 @@ enum dentry_flags {
extern seqlock_t rename_lock;
/*
- * These are the low-level FS interfaces to the dcache..
+ * These are the low-level FS interfaces to the dcache.
*/
extern void d_instantiate(struct dentry *, struct inode *);
extern void d_instantiate_new(struct dentry *, struct inode *);
--
2.43.0