summaryrefslogtreecommitdiff
path: root/gas/bit_fix.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-10-17 05:51:12 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-10-17 05:51:12 +0000
commit4696c304a45f7ef9453afbbe229bd2e2e3256a06 (patch)
treefb901e07fc61b4ad4bca29a276d89f27205968f7 /gas/bit_fix.h
parent4e60e6e09e7a6cd23a497f3b99071ba2a3c2626e (diff)
downloadbinutils-redhat-4696c304a45f7ef9453afbbe229bd2e2e3256a06.tar.gz
* 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/bit_fix.h b/gas/bit_fix.h
index 5f69fcff7a..80c002278a 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__