Fix typo in comment
authorNick Clifton <nickc@redhat.com>
Wed, 13 Jun 2001 11:29:53 +0000 (11:29 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 13 Jun 2001 11:29:53 +0000 (11:29 +0000)
gas/ChangeLog
gas/expr.c

index 9f906ae..ea92175 100644 (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
index f79e31c..633854c 100644 (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   & ^ ! |