aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/util.c
diff options
context:
space:
mode:
authorXiong Zhenwu <xiong.zhenwu@zte.com.cn>2021-03-18 04:30:27 -0700
committerMiklos Szeredi <mszeredi@redhat.com>2021-04-12 12:00:37 +0200
commit597534e7bcfa6af175264885b8e044d4a1ed8d57 (patch)
tree008565a50c4f8334c590dc77db36a7426e0f8304 /fs/overlayfs/util.c
parentovl: do not copy attr several times (diff)
downloadlinux-dev-597534e7bcfa6af175264885b8e044d4a1ed8d57.tar.xz
linux-dev-597534e7bcfa6af175264885b8e044d4a1ed8d57.zip
ovl: fix misspellings using codespell tool
A typo is found out by codespell tool: $ codespell ./fs/overlayfs/ ./fs/overlayfs/util.c:217: dependig ==> depending Fix a typo found by codespell. Signed-off-by: Xiong Zhenwu <xiong.zhenwu@zte.com.cn> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs/util.c')
-rw-r--r--fs/overlayfs/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/overlayfs/util.c b/fs/overlayfs/util.c
index 7f5a01a11f97..2544694d40b9 100644
--- a/fs/overlayfs/util.c
+++ b/fs/overlayfs/util.c
@@ -214,7 +214,7 @@ const struct ovl_layer *ovl_layer_lower(struct dentry *dentry)
/*
* ovl_dentry_lower() could return either a data dentry or metacopy dentry
- * dependig on what is stored in lowerstack[0]. At times we need to find
+ * depending on what is stored in lowerstack[0]. At times we need to find
* lower dentry which has data (and not metacopy dentry). This helper
* returns the lower data dentry.
*/