ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 7 Oct 2022 20:40:54 +0000 (21:40 +0100)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 8 Dec 2022 09:49:46 +0000 (10:49 +0100)
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>
fs/overlayfs/Kconfig

index dd188c7996b31818c437d57d5b9a1037b52fd2ed..6708e54b0e30a4c9a6cf81753a16ca494e413e20 100644 (file)
@@ -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.