Skip to content
Snippets Groups Projects
Commit 597534e7 authored by Xiong Zhenwu's avatar Xiong Zhenwu Committed by Miklos Szeredi
Browse files

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: default avatarXiong Zhenwu <xiong.zhenwu@zte.com.cn>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 568edee4
No related branches found
No related tags found
No related merge requests found
...@@ -214,7 +214,7 @@ const struct ovl_layer *ovl_layer_lower(struct dentry *dentry) ...@@ -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 * 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 * lower dentry which has data (and not metacopy dentry). This helper
* returns the lower data dentry. * returns the lower data dentry.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment