summaryrefslogtreecommitdiff
path: root/gl/argp-fmtstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/argp-fmtstream.h')
-rw-r--r--gl/argp-fmtstream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/argp-fmtstream.h b/gl/argp-fmtstream.h
index f6642540c7..a891c3dc0b 100644
--- a/gl/argp-fmtstream.h
+++ b/gl/argp-fmtstream.h
@@ -1,5 +1,5 @@
/* Word-wrapping and line-truncating streams.
- Copyright (C) 1997, 2006-2011 Free Software Foundation, Inc.
+ Copyright (C) 1997, 2006-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-/* This package emulates glibc `line_wrap_stream' semantics for systems that
+/* This package emulates glibc 'line_wrap_stream' semantics for systems that
don't have that. If the system does have it, it is just a wrapper for
that. This header file is only used internally while compiling argp, and
shouldn't be installed. */