From f24a6d086b96a65a73c68ecf349b03321cb03720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Fri, 30 Aug 2013 18:09:30 +0200 Subject: Fix then/than typos. --- csu/init-first.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csu/init-first.c') diff --git a/csu/init-first.c b/csu/init-first.c index 89d8d96..f0ebc94 100644 --- a/csu/init-first.c +++ b/csu/init-first.c @@ -29,7 +29,7 @@ #include -/* Set nonzero if we have to be prepared for more then one libc being +/* Set nonzero if we have to be prepared for more than one libc being used in the process. Safe assumption if initializer never runs. */ int __libc_multiple_libcs attribute_hidden = 1; -- cgit v1.1