diff options
author | Nick Clifton <nickc@redhat.com> | 2006-07-24 13:49:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-07-24 13:49:50 +0000 |
commit | b45619c047b9bcea43bebfd63d2489301262b481 (patch) | |
tree | af4caf7d19df1a76a8881e54d78cf38ee8dc6f0d /gas/doc/c-bfin.texi | |
parent | 2f9c733339d0a8476a7a8ff77fbfbdbedfa190d1 (diff) | |
download | fsf-binutils-gdb-b45619c047b9bcea43bebfd63d2489301262b481.zip fsf-binutils-gdb-b45619c047b9bcea43bebfd63d2489301262b481.tar.gz fsf-binutils-gdb-b45619c047b9bcea43bebfd63d2489301262b481.tar.bz2 |
Fix spelling typos
Diffstat (limited to 'gas/doc/c-bfin.texi')
-rw-r--r-- | gas/doc/c-bfin.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-bfin.texi b/gas/doc/c-bfin.texi index dcf649a..0b8ae1d 100644 --- a/gas/doc/c-bfin.texi +++ b/gas/doc/c-bfin.texi @@ -97,9 +97,9 @@ The set of 32-bit registers (R0, R1, R2, R3, R4, R5, R6 and R7) that normally contain data for manipulation. These are abbreviated as D-register or Dreg. Data registers can be accessed as 32-bit registers or as two independent 16-bit registers. The least significant 16 bits -of each register is called the "low" half and is desginated with ".L" +of each register is called the "low" half and is designated with ".L" following the register name. The most significant 16 bits are called -the "high" half and is designated with ".H". following the name. +the "high" half and is designated with ".H" following the name. @smallexample R7.L, r2.h, r4.L, R0.H |