From: Nick Clifton Date: Wed, 13 Jun 2001 11:29:53 +0000 (+0000) Subject: Fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07a7a14553c07d2f49b7eaac9c60a31a6b5708b5;p=binutils-gdb.git Fix typo in comment --- 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 & ^ ! |