diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-07-10 14:58:51 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-07-10 14:58:51 -0700 |
commit | 23bee3e8677c9357662ce789ed77fe25f3991c66 (patch) | |
tree | 1afa3ce33ee604ea74ba52191248e9a300eead17 /csu | |
parent | 46a5b7f025c6a7ad2a3ed884d54c2a7a5e58ea0a (diff) | |
download | glibc-23bee3e8677c9357662ce789ed77fe25f3991c66.tar.gz glibc-23bee3e8677c9357662ce789ed77fe25f3991c66.tar.xz glibc-23bee3e8677c9357662ce789ed77fe25f3991c66.zip |
Comment typo fix.
Diffstat (limited to 'csu')
-rw-r--r-- | csu/elf-init.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/csu/elf-init.c b/csu/elf-init.c index 1e3d6d6cd8..56c2b02b91 100644 --- a/csu/elf-init.c +++ b/csu/elf-init.c @@ -1,5 +1,6 @@ /* Startup support for ELF initializers/finalizers in the main executable. - Copyright (C) 2002, 2003, 2004, 2005, 2009 Free Software Foundation, Inc. + Copyright (C) 2002,2003,2004,2005,2009,2011 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -105,7 +106,7 @@ void __libc_csu_init (int argc, char **argv, char **envp) { /* For dynamically linked executables the preinit array is executed by - the dynamic linker (before initializing any shared object. */ + the dynamic linker (before initializing any shared object). */ #ifndef LIBC_NONSHARED /* For static executables, preinit happens right before init. */ |