aboutsummaryrefslogtreecommitdiff
path: root/gas
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
parent542bf900ba6c0a93a2b449803d55bd31762e4e91 (diff)
downloadgdb-07a7a14553c07d2f49b7eaac9c60a31a6b5708b5.zip
gdb-07a7a14553c07d2f49b7eaac9c60a31a6b5708b5.tar.gz
gdb-07a7a14553c07d2f49b7eaac9c60a31a6b5708b5.tar.bz2
Fix typo in comment
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/expr.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9f906ae..ea92175 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
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 & ^ ! |