summaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
diff options
context:
space:
mode:
authorWilliam Dean <williamsukatube@gmail.com>2022-07-29 04:57:26 +0300
committerMiklos Szeredi <mszeredi@redhat.com>2022-08-02 16:41:10 +0300
commit4f1196288dfb6fc63e28e585392f2df3b8a63388 (patch)
treea61e704e38f0f9a5ea1d090306187ec63d297959 /fs/overlayfs/super.c
parentdd524b7f317de8d31d638cbfdc7be4cf9b770e42 (diff)
downloadlinux-4f1196288dfb6fc63e28e585392f2df3b8a63388.tar.xz
ovl: fix spelling mistakes
fix follow spelling misktakes: decendant ==> descendant indentify ==> identify underlaying ==> underlying Reported-by: Hacash Robot <hacashRobot@santino.com> Signed-off-by: William Dean <williamsukatube@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs/super.c')
-rw-r--r--fs/overlayfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c
index 963de480b400..ba16c88b7c9b 100644
--- a/fs/overlayfs/super.c
+++ b/fs/overlayfs/super.c
@@ -2057,7 +2057,7 @@ static int ovl_fill_super(struct super_block *sb, void *data, int silent)
sb->s_stack_depth = 0;
sb->s_maxbytes = MAX_LFS_FILESIZE;
atomic_long_set(&ofs->last_ino, 1);
- /* Assume underlaying fs uses 32bit inodes unless proven otherwise */
+ /* Assume underlying fs uses 32bit inodes unless proven otherwise */
if (ofs->config.xino != OVL_XINO_OFF) {
ofs->xino_mode = BITS_PER_LONG - 32;
if (!ofs->xino_mode) {