From 07a7a14553c07d2f49b7eaac9c60a31a6b5708b5 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 13 Jun 2001 11:29:53 +0000 Subject: [PATCH] Fix typo in comment --- gas/ChangeLog | 4 ++++ gas/expr.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 9f906ae70b9..ea92175da5b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-06-13 Nick Clifton + + * expr.c: Fix typo in comment. + 2001-06-12 Nick Clifton * doc/as.texinfo (Infix Ops): Document that comparison and diff --git a/gas/expr.c b/gas/expr.c index f79e31cbe3a..633854c37bf 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 & ^ ! | -- 2.30.2