This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA]: Fix a comment typo in expression.h


I found a typo when reading the source of expression.h.  OK to commit?

Thanks.

2005-06-07  Wu Zhou  <woodzltc@cn.ibm.com>

	* expression.h (enum exp_opcode): Fix a comment typo.


Index: expression.h
===================================================================
RCS file: /cvs/src/src/gdb/expression.h,v
retrieving revision 1.14
diff -c -p -r1.14 expression.h
*** expression.h	10 Apr 2004 22:10:00 -0000	1.14
--- expression.h	7 Jun 2005 09:10:03 -0000
*************** enum exp_opcode
*** 192,198 ****
      /* This is EXACTLY like OP_FUNCALL but is semantically different.  
         In F77, array subscript expressions, substring expressions
         and function calls are  all exactly the same syntactically. They may 
!        only be dismabiguated at runtime.  Thus this operator, which 
         indicates that we have found something of the form <name> ( <stuff> ) */
      OP_F77_UNDETERMINED_ARGLIST,
  
--- 192,198 ----
      /* This is EXACTLY like OP_FUNCALL but is semantically different.  
         In F77, array subscript expressions, substring expressions
         and function calls are  all exactly the same syntactically. They may 
!        only be disambiguated at runtime.  Thus this operator, which 
         indicates that we have found something of the form <name> ( <stuff> ) */
      OP_F77_UNDETERMINED_ARGLIST,
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]