This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix typo on locale explanation of uclibc.


Dear Yann E.MORIN,

This is trivial patch based on crosstool-ng 1.6.0.
Please, Fix typo on locale explanation of uclibc.

Regards,
Geunsik Lim,

-----------------------------------------------------------------------------------------------
>From 4b7ab5f1c75041362e626cc8da29469b27dc4fcb Mon Sep 17 00:00:00 2001
From: Geunsik Lim <geunsik.lim@samsung.com>
Date: Tue, 9 Mar 2010 09:56:21 +0900
Subject: [PATCH] trivial: Fix typo on locale explanation of uclibc.

This is trivial patch to modify typo correctly.

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
---
 config/libc/uClibc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 6ea0295..bb76647 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -146,7 +146,7 @@ config LIBC_UCLIBC_LOCALES
     prompt "Add support for locales"
     default n
     help
-      Say y if you want uClibc to support localisation.
+      Say y if you want uClibc to support localization.

       Note that seems to be broken on recent uClibc releases.

-- 
1.6.2.5


-- 
Regards,
GeunSik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
e-Mail: geunsik.lim@samsung.com
           leemgs@gmail.com , leemgs1@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]