ovl: fix misspellings using codespell tool
authorXiong Zhenwu <xiong.zhenwu@zte.com.cn>
Thu, 18 Mar 2021 11:30:27 +0000 (04:30 -0700)
committerMiklos Szeredi <mszeredi@redhat.com>
Mon, 12 Apr 2021 10:00:37 +0000 (12:00 +0200)
commit597534e7bcfa6af175264885b8e044d4a1ed8d57
tree008565a50c4f8334c590dc77db36a7426e0f8304
parent568edee485a4b4f138eb8cea9e532b3fb6fdd5fe
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>
fs/overlayfs/util.c