mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 03:10:09 +00:00
Comment typo fix.
This commit is contained in:
parent
46a5b7f025
commit
23bee3e867
@ -1,3 +1,7 @@
|
|||||||
|
2011-07-10 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* csu/elf-init.c (__libc_csu_init): Comment typo.
|
||||||
|
|
||||||
2011-07-09 Ulrich Drepper <drepper@gmail.com>
|
2011-07-09 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* po/pl.po: Update from translation team.
|
* po/pl.po: Update from translation team.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* Startup support for ELF initializers/finalizers in the main executable.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
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)
|
__libc_csu_init (int argc, char **argv, char **envp)
|
||||||
{
|
{
|
||||||
/* For dynamically linked executables the preinit array is executed by
|
/* 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
|
#ifndef LIBC_NONSHARED
|
||||||
/* For static executables, preinit happens right before init. */
|
/* For static executables, preinit happens right before init. */
|
||||||
|
Loading…
Reference in New Issue
Block a user