diff options
author | 2012-01-27 11:25:18 -0500 | |
---|---|---|
committer | 2012-01-27 11:25:18 -0500 | |
commit | 6ac2f2df75d3b48ab502f0b0275b7e838e90c0b1 (patch) | |
tree | 2e870f02763679b8348a46c8a578b13dd8f4123c | |
parent | Really fix AVX tests (diff) | |
download | glibc-6ac2f2df75d3b48ab502f0b0275b7e838e90c0b1.tar.xz glibc-6ac2f2df75d3b48ab502f0b0275b7e838e90c0b1.zip |
Fix comment
-rw-r--r-- | elf/dl-init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-init.c b/elf/dl-init.c index e7b67570fd..d6c936cf66 100644 --- a/elf/dl-init.c +++ b/elf/dl-init.c @@ -1,5 +1,5 @@ -/* Return the next shared object initializer function not yet run. - Copyright (C) 1995, 1996, 1998-2002, 2004 Free Software Foundation, Inc. +/* Run initializers for newly loaded objects. + Copyright (C) 1995,1996,1998-2002, 2004,2012 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 |