[Buildroot] [git commit branch/2022.02.x] package/glibc: Config.in: fix typo

Peter Korsgaard peter at korsgaard.com
Thu Aug 18 06:13:07 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=a8e5283c49bdf9e882b978e02ce7af2aa41c0649
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x

compatibiltiy -> compatibility

Signed-off-by: Christian Stewart <christian at paral.in>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit c00fda3c59bfa216a8111ed3c281ce214c9f5242)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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 8e9ddac7d9..4d892eb30b 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -11,7 +11,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.



More information about the buildroot mailing list