aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-08-04 14:17:35 +0000
committerJuanma Barranquero <[email protected]>2008-08-04 14:17:35 +0000
commitd7982012851b8772c623287a11aa497e15ac6c3d (patch)
tree712e8864f218b172c13836f50b51decc7c7a2551
parent4342f814c49d902f88c42ac450f3b2bdeb24de5f (diff)
Fix typos.
-rw-r--r--lib-src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 97421befeb..d9019c4a88 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1354,8 +1354,8 @@
(attribute_hidden): Define if not defind.
(__getopt_initialized): Use attribute_hidden.
(__libc_argc, __libc_argv): Renamed from original_argc, etc.
- (__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len):
- Conditional on USE_NONOPTION_FLAGS.
+ (__getopt_nonoption_flags, nonoption_flags_max_len)
+ (nonoption_flags_len): Conditional on USE_NONOPTION_FLAGS.
(SWAP_FLAGS): New definitions.
(exchange): Test USE_NONOPTION_FLAGS.
(_getopt_initialize): Test USE_NONOPTION_FLAGS.
@@ -1882,7 +1882,7 @@
2002-02-03 Paul Eggert <[email protected]>
- * rcs2log(Copyright): Update to 2002.
+ * rcs2log (Copyright): Update to 2002.
(AWK, TMPDIR): Work around portability problem in broken shells that
don't understand `: ${VAR=val}'.
(SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.