This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

[Patch] Fix typo in comment in expr.c


Hi Guys,

  I am applying this patch to fix a small typo in a comment about the
  operator precedence in gas.

Cheers
        Nick

2001-06-13  Nick Clifton  <nickc@cambridge.redhat.com>

	* expr.c: Fix typo in comment.

Index: expr.c
===================================================================
RCS file: /cvs/src/src/gas/expr.c,v
retrieving revision 1.35
diff -p -r1.35 expr.c
*** expr.c	2001/05/25 01:59:43	1.35
--- expr.c	2001/06/13 11:28:14
*************** static const operatorT op_encoding[256] 
*** 1456,1462 ****
     0	operand, (expression)
     1	||
     2	&&
!    3	= <> < <= >= >
     4	+ -
     5	used for * / % in MRI mode
     6	& ^ ! |
--- 1456,1462 ----
     0	operand, (expression)
     1	||
     2	&&
!    3	== <> < <= >= >
     4	+ -
     5	used for * / % in MRI mode
     6	& ^ ! |


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