From: Colin Ian King Date: Fri, 7 Oct 2022 20:40:54 +0000 (+0100) Subject: ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying" X-Git-Tag: v6.6.7~3964^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=637d13b57d853dfc7f5743dfdfb9995c266a6031;p=platform%2Fkernel%2Flinux-starfive.git ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying" There is a spelling mistake in a Kconfig description. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Miklos Szeredi --- diff --git a/fs/overlayfs/Kconfig b/fs/overlayfs/Kconfig index dd188c7..6708e54 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.