Fix typo in comment

This commit is contained in:
Nick Clifton 2001-06-13 11:29:53 +00:00
parent 542bf900ba
commit 07a7a14553
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
* expr.c: Fix typo in comment.
2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
* doc/as.texinfo (Infix Ops): Document that comparison and

View file

@ -1456,7 +1456,7 @@ static const operatorT op_encoding[256] = {
0 operand, (expression)
1 ||
2 &&
3 = <> < <= >= >
3 == <> < <= >= >
4 + -
5 used for * / % in MRI mode
6 & ^ ! |