From: Wu Zhou Date: Wed, 8 Jun 2005 06:35:49 +0000 (+0000) Subject: * expression.h (enum exp_opcode): Fix a comment typo. X-Git-Tag: gdb_6_4-branchpoint~1069 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d18157a766093bb7429807685c4ec4f0b0ded9af;p=thirdparty%2Fbinutils-gdb.git * expression.h (enum exp_opcode): Fix a comment typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 11104fac1aa..d6f43e2ea66 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-06-08 Wu Zhou + + * expression.h (enum exp_opcode): Fix a comment typo. + 2005-06-06 Manoj Iyer * solib-svr4.c (struct lm_info): Change type of 'lm' to gdb_byte.