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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */