summaryrefslogtreecommitdiff
path: root/libc/csu/init-first.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/csu/init-first.c')
-rw-r--r--libc/csu/init-first.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/csu/init-first.c b/libc/csu/init-first.c
index 89d8d9634..f0ebc94b8 100644
--- a/libc/csu/init-first.c
+++ b/libc/csu/init-first.c
@@ -29,7 +29,7 @@
#include <ldsodefs.h>
-/* 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;