summaryrefslogtreecommitdiff
path: root/gas/expr.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-06-13 11:29:53 +0000
committerNick Clifton <nickc@redhat.com>2001-06-13 11:29:53 +0000
commit35ac9a5cc10fbf2e26eba9e1d6672cdbfeab9c16 (patch)
tree2b033a9fc09e0e7e303df5aff607afd9a28104da /gas/expr.c
parent42bd651344b470892a427139a2c6d2f5a722fc3c (diff)
downloadbinutils-redhat-35ac9a5cc10fbf2e26eba9e1d6672cdbfeab9c16.tar.gz
Fix typo in comment
Diffstat (limited to 'gas/expr.c')
-rw-r--r--gas/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/expr.c b/gas/expr.c
index f79e31cbe3..633854c37b 100644
--- a/gas/expr.c
+++ b/gas/expr.c
@@ -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 & ^ ! |