diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-17 05:51:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-17 05:51:12 +0000 |
commit | d3ecfc599fbf95d896a970b06d122a4e17470c0d (patch) | |
tree | 0f105e6bfbb5d5e31bd8d93a63e1dd729111467b /gas/bit_fix.h | |
parent | aa200fe8a3a83f8e483d6a138929e73ae099e145 (diff) | |
download | gdb-d3ecfc599fbf95d896a970b06d122a4e17470c0d.zip gdb-d3ecfc599fbf95d896a970b06d122a4e17470c0d.tar.gz gdb-d3ecfc599fbf95d896a970b06d122a4e17470c0d.tar.bz2 |
* bit_fix.h: Comment typo fix.
* config/tc-mips.c: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-arc.c (arc_code_symbol): Remove unnecessary test.
Diffstat (limited to 'gas/bit_fix.h')
-rw-r--r-- | gas/bit_fix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/bit_fix.h b/gas/bit_fix.h index 5f69fcf..80c00227 100644 --- a/gas/bit_fix.h +++ b/gas/bit_fix.h @@ -26,8 +26,8 @@ The or-mask is used to set the huffman bits in displacements for the ns32k port. The acbi, addqi, movqi, cmpqi instruction requires an assembler that - can handle bitfields. Ie handle an expression, evaluate it and insert - the result in an some bitfield. ( ex: 5 bits in a short field of an opcode) + can handle bitfields. Ie. handle an expression, evaluate it and insert + the result in some bitfield. (eg: 5 bits in a short field of an opcode) */ #ifndef __bit_fix_h__ |