Commit 637d13b5 authored by Colin Ian King's avatar Colin Ian King Committed by Miklos Szeredi
Browse files

ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying"



There is a spelling mistake in a Kconfig description. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 1fa9c5c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.