changeset 4807:d76c27f639f9

Meyers -> Myers
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 22 Oct 2003 16:26:00 +0000
parents 151b8ba4ab1d
children 0eb1e054e5e2
files lib/ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -21,7 +21,7 @@
 	* obstack.h (obstack_1grow_fast): Properly parenthesize arg.
 	(obstack_ptr_grow_fast, obstack_int_grow_fast):
 	Don't use lvalue casts, as GCC plans to remove support for them
-	in GCC 3.5.  Reported by Joseph S. Meyers.  This bug
+	in GCC 3.5.  Reported by Joseph S. Myers.  This bug
 	was also present in the non-GCC version, indicating that this
 	code had always been buggy and had never been widely used.
 	(obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):