diff options
Diffstat (limited to 'csu/init-first.c')
-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; |