From c00fda3c59bfa216a8111ed3c281ce214c9f5242 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Mon, 25 Jul 2022 23:30:10 -0700 Subject: [PATCH] package/glibc: Config.in: fix typo compatibiltiy -> compatibility Signed-off-by: Christian Stewart Signed-off-by: Yann E. MORIN --- package/glibc/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/glibc/Config.in b/package/glibc/Config.in index 56f7299568..f535f9f6eb 100644 --- a/package/glibc/Config.in +++ b/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.