Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-06-02 17:43:23 +0400
committerNick Clifton <nickc@redhat.com>2011-06-02 17:43:23 +0400
commit0e36228bfbff50536898ede9a481d04ab759521d (patch)
treecb00ec018b2c2a77b26bfddc97e71347a1f1fa2d /include/coff
parent83e4d35a89d8d1c0e55e980263fffe6c65d2a2eb (diff)
Fix spelling mistakes.
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog4
-rw-r--r--include/coff/i860.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index b2fe5af8a..4b0a70a91 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-02 Nick Clifton <nickc@redhat.com>
+
+ * i860.h: Fix spelling mistake in comment.
+
2011-05-04 Tristan Gingold <gingold@adacore.com>
* rs6000.h (union external_auxent): Add x_ftype field.
diff --git a/include/coff/i860.h b/include/coff/i860.h
index 7de3961b2..0767de4fe 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.