diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-10-11 12:20:25 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-10-11 12:20:25 +0000 |
commit | 3b37fd66739329ee8493b9c2abb494757802316e (patch) | |
tree | ebe9d02f85b2717f29d00a79ccb694c89ea00b79 /gas/bit_fix.h | |
parent | 685bd8696659b13e21af82e8d720f650ca0db2b3 (diff) | |
download | binutils-3b37fd66739329ee8493b9c2abb494757802316e.zip binutils-3b37fd66739329ee8493b9c2abb494757802316e.tar.gz binutils-3b37fd66739329ee8493b9c2abb494757802316e.tar.bz2 |
* app.c: Fix comment typos.
* bit_fix.h: Likewise.
* expr.c: Likewise.
* itbl-ops.c: Likewise.
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 3eedb3c..5f69fcf 100644 --- a/gas/bit_fix.h +++ b/gas/bit_fix.h @@ -1,5 +1,5 @@ /* bit_fix.h - Copyright 1987, 1992, 2000 Free Software Foundation, Inc. + Copyright 1987, 1992, 2000, 2001 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -27,7 +27,7 @@ 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 a opcode) + the result in an some bitfield. ( ex: 5 bits in a short field of an opcode) */ #ifndef __bit_fix_h__ |