diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-13 11:29:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-13 11:29:53 +0000 |
commit | 07a7a14553c07d2f49b7eaac9c60a31a6b5708b5 (patch) | |
tree | c0795ccbe83536939899cef8f59db217dca900cf /gas/expr.c | |
parent | 542bf900ba6c0a93a2b449803d55bd31762e4e91 (diff) | |
download | gdb-07a7a14553c07d2f49b7eaac9c60a31a6b5708b5.zip gdb-07a7a14553c07d2f49b7eaac9c60a31a6b5708b5.tar.gz gdb-07a7a14553c07d2f49b7eaac9c60a31a6b5708b5.tar.bz2 |
Fix typo in comment
Diffstat (limited to 'gas/expr.c')
-rw-r--r-- | gas/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 & ^ ! | |