[Buildroot] [PATCH] package/libiconv: typo

julien.boibessot at free.fr julien.boibessot at free.fr
Wed Mar 4 21:01:02 UTC 2015


From: Julien Boibessot <julien.boibessot at armadeus.com>

Signed-off-by: Julien Boibessot <julien.boibessot at armadeus.com>
---
 package/libiconv/libiconv.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libiconv/libiconv.mk b/package/libiconv/libiconv.mk
index af55b60..f014da0 100644
--- a/package/libiconv/libiconv.mk
+++ b/package/libiconv/libiconv.mk
@@ -12,7 +12,7 @@ LIBICONV_LICENSE_FILES = COPYING COPYING.LIB
 
 # Don't build the preloadable library, as we don't need it (it's only
 # for LD_PRELOAD to replace glibc's iconv, but we never build libiconv
-# when glibc is ued). And it causes problems for static only builds.
+# when glibc is used). And it causes problems for static only builds.
 define LIBICONV_DISABLE_PRELOAD
 	$(SED) '/preload/d' $(@D)/Makefile.in
 endef
-- 
1.7.9.5



More information about the buildroot mailing list