Browse Source

package/glibc: Config.in: fix typo

compatibiltiy -> compatibility

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Christian Stewart 3 years ago
parent
commit
c00fda3c59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/glibc/Config.in

+ 1 - 1
package/glibc/Config.in

@@ -49,7 +49,7 @@ config BR2_PACKAGE_GLIBC
 	  https://www.gnu.org/software/libc/
 
 config BR2_PACKAGE_GLIBC_KERNEL_COMPAT
-	bool "Enable compatibiltiy shims to run on older kernels"
+	bool "Enable compatibility shims to run on older kernels"
 	help
 	  Say 'y' here if you plan on running your system on a kernel
 	  older than the version used for the toolchain headers.