Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA]: Fix a comment typo in expression.h
@ 2005-06-07  9:21 Wu Zhou
  2005-06-07 13:15 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Wu Zhou @ 2005-06-07  9:21 UTC (permalink / raw)
  To: gdb-patches

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,
  


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-08  6:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-07  9:21 [RFA]: Fix a comment typo in expression.h Wu Zhou
2005-06-07 13:15 ` Daniel Jacobowitz
2005-06-08  6:41   ` Wu Zhou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox