summaryrefslogtreecommitdiff
path: root/fs/overlayfs
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-10-07 21:40:54 +0100
committerMiklos Szeredi <mszeredi@redhat.com>2022-12-08 10:49:46 +0100
commit637d13b57d853dfc7f5743dfdfb9995c266a6031 (patch)
treea84857411996974a791c6bb584437bde9e6764be /fs/overlayfs
parent1fa9c5c5eddef0505b353031b7605c97e4257e62 (diff)
downloadlinux-637d13b57d853dfc7f5743dfdfb9995c266a6031.tar.gz
ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying"
There is a spelling mistake in a Kconfig description. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs')
-rw-r--r--fs/overlayfs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/overlayfs/Kconfig b/fs/overlayfs/Kconfig
index dd188c7996b3..6708e54b0e30 100644
--- a/fs/overlayfs/Kconfig
+++ b/fs/overlayfs/Kconfig
@@ -96,7 +96,7 @@ config OVERLAY_FS_XINO_AUTO
depends on 64BIT
help
If this config option is enabled then overlay filesystems will use
- unused high bits in undelying filesystem inode numbers to map all
+ unused high bits in underlying filesystem inode numbers to map all
inodes to a unified address space. The mapped 64bit inode numbers
might not be compatible with applications that expect 32bit inodes.