diff options
Diffstat (limited to 'gl/argp-ba.c')
-rw-r--r-- | gl/argp-ba.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/argp-ba.c b/gl/argp-ba.c index 0b3d0bdb04..5abc9d00a1 100644 --- a/gl/argp-ba.c +++ b/gl/argp-ba.c @@ -1,5 +1,5 @@ /* Default definition for ARGP_PROGRAM_BUG_ADDRESS. - Copyright (C) 1996-1997, 1999, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 1996-1997, 1999, 2009-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. @@ -23,7 +23,7 @@ ADDR." */ const char *argp_program_bug_address /* This variable should be zero-initialized. On most systems, putting it into - BSS is sufficient. Not so on MacOS X 10.3 and 10.4, see + BSS is sufficient. Not so on Mac OS X 10.3 and 10.4, see <http://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00329.html> <http://lists.gnu.org/archive/html/bug-gnulib/2009-08/msg00096.html>. */ #if defined __ELF__ |