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 b1eeab052c24e55e404beb5081d7ba273b8f4abe..7e8c96d685ea5b4367fa66f48955c6b150b2e7ae 100644 (file)
@@ -1,3 +1,7 @@
+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
index 4cb34387cea0958ac42015485b5985faf8d0b5ed..0c60aaf67e20a5238c9933c93fcb186ef50cea12 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
This page took 0.029256 seconds and 4 git commands to generate.