[PATCH] fs: dcache: Fixed typo in doc comments

Bhanu Seshu Kumar Valluri posted 1 patch 15 hours ago
include/linux/dcache.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] fs: dcache: Fixed typo in doc comments
Posted by Bhanu Seshu Kumar Valluri 15 hours ago
resonsibility => responsibility

Signed-off-by: Bhanu Seshu Kumar Valluri <bhanuseshukumar@gmail.com>
---
 Note: No functionality change is intended.
 include/linux/dcache.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index cc3e1c1a3454..17640d7a45aa 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -312,7 +312,7 @@ extern char *dentry_path(const struct dentry *, char *, int);
  *
  * Given a live dentry, increment the reference count and return the dentry.
  * Caller must hold @dentry->d_lock.  Making sure that dentry is alive is
- * caller's resonsibility.  There are many conditions sufficient to guarantee
+ * caller's responsibility.  There are many conditions sufficient to guarantee
  * that; e.g. anything with non-negative refcount is alive, so's anything
  * hashed, anything positive, anyone's parent, etc.
  */
-- 
2.34.1