diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-08-30 18:09:30 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-08-30 18:10:31 +0200 |
commit | f24a6d086b96a65a73c68ecf349b03321cb03720 (patch) | |
tree | 823c4db1322b11c81ba5ce05d77adbf4afbdbbc8 /csu | |
parent | 382466e04e347d3b3fa221897efb8f4cdc239105 (diff) | |
download | glibc-f24a6d086b96a65a73c68ecf349b03321cb03720.tar glibc-f24a6d086b96a65a73c68ecf349b03321cb03720.tar.gz glibc-f24a6d086b96a65a73c68ecf349b03321cb03720.tar.bz2 glibc-f24a6d086b96a65a73c68ecf349b03321cb03720.zip |
Fix then/than typos.
Diffstat (limited to 'csu')
-rw-r--r-- | csu/init-first.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/init-first.c b/csu/init-first.c index 89d8d9634b..f0ebc94b8d 100644 --- a/csu/init-first.c +++ b/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; |