aboutsummaryrefslogtreecommitdiff
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
commit07a7a14553c07d2f49b7eaac9c60a31a6b5708b5 (patch)
treec0795ccbe83536939899cef8f59db217dca900cf /gas/expr.c
parent542bf900ba6c0a93a2b449803d55bd31762e4e91 (diff)
downloadfsf-binutils-gdb-07a7a14553c07d2f49b7eaac9c60a31a6b5708b5.zip
fsf-binutils-gdb-07a7a14553c07d2f49b7eaac9c60a31a6b5708b5.tar.gz
fsf-binutils-gdb-07a7a14553c07d2f49b7eaac9c60a31a6b5708b5.tar.bz2
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 f79e31c..633854c 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 & ^ ! |