diff options
author | Nick Clifton <nickc@redhat.com> | 2011-06-02 13:43:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-06-02 13:43:24 +0000 |
commit | cc643b88f142802bf907b2f28ff47c4d1bf55e8b (patch) | |
tree | 5c8a5339fd1d59cb602ea4d452658e69fbe9bad1 /include/coff/i860.h | |
parent | 4c422395e61397529b6bbafc7fa5c0e28b4c56dc (diff) | |
download | binutils-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.zip binutils-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.gz binutils-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.bz2 |
Fix spelling mistakes.
Diffstat (limited to 'include/coff/i860.h')
-rw-r--r-- | include/coff/i860.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/coff/i860.h b/include/coff/i860.h index 7de3961..0767de4 100644 --- a/include/coff/i860.h +++ b/include/coff/i860.h @@ -1,6 +1,6 @@ /* COFF information for the Intel i860. - Copyright 2001, 2003, 2010 Free Software Foundation, Inc. + Copyright 2001, 2003, 2010, 2011 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -58,7 +58,7 @@ struct external_reloc #define RELSZ 10 /* The relocation directory entry types. - PAIR : The low half that follows relates to the preceeding HIGH[ADJ]. + PAIR : The low half that follows relates to the preceding HIGH[ADJ]. HIGH : The high half of a 32-bit constant. LOWn : The low half, insn bits 15..(n-1), 2^n-byte aligned. SPLITn : The low half, insn bits 20..16 and 10..(n-1), 2^n-byte aligned. |