From: Wu Zhou Date: Tue, 20 Sep 2005 06:31:59 +0000 (+0000) Subject: expression.h (enum exp_opcode): Fix a format error of a comment. X-Git-Tag: gdb-csl-arm-20051020-branchpoint~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3e308a89cc880badddebbeecec0d240f2728b6d;p=thirdparty%2Fbinutils-gdb.git expression.h (enum exp_opcode): Fix a format error of a comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b1eeab052c2..7e8c96d685e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-09-20 Wu Zhou + + * expression.h (enum exp_opcode): Fix a format error of a comment. + 2005-09-20 Wu Zhou * expression.h (enum exp_opcode): Add a new operator for F90 diff --git a/gdb/expression.h b/gdb/expression.h index 4cb34387cea..0c60aaf67e2 100644 --- a/gdb/expression.h +++ b/gdb/expression.h @@ -324,7 +324,7 @@ enum exp_opcode /* An Objective C Foundation Class NSString constant */ OP_OBJC_NSSTRING, - /* A F90 array range operator. (for "exp:exp", "exp:", ":exp" and ":") */ + /* A F90 array range operator (for "exp:exp", "exp:", ":exp" and ":"). */ OP_F90_RANGE, /* First extension operator. Individual language modules define