expression.h (enum exp_opcode): Fix a format error of a comment.
authorWu Zhou <woodzltc@cn.ibm.com>
Tue, 20 Sep 2005 06:31:59 +0000 (06:31 +0000)
committerWu Zhou <woodzltc@cn.ibm.com>
Tue, 20 Sep 2005 06:31:59 +0000 (06:31 +0000)
gdb/ChangeLog
gdb/expression.h

index b1eeab0..7e8c96d 100644 (file)
@@ -1,5 +1,9 @@
 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
 
+       * expression.h (enum exp_opcode): Fix a format error of a comment.
+2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
+
        * expression.h (enum exp_opcode): Add a new operator for F90
        subrange.
        * f-lang.h (enum f90_range_type): New enumeration type to identify
index 4cb3438..0c60aaf 100644 (file)
@@ -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