Skip to content

Commit

Permalink
Comment typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
frobtech committed Jul 10, 2011
1 parent 46a5b7f commit 23bee3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2011-07-10 Roland McGrath <[email protected]>

* csu/elf-init.c (__libc_csu_init): Comment typo.

2011-07-09 Ulrich Drepper <[email protected]>

* po/pl.po: Update from translation team.
Expand Down
5 changes: 3 additions & 2 deletions csu/elf-init.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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. */
Expand Down

0 comments on commit 23bee3e

Please sign in to comment.