]> sourceware.org Git - newlib-cygwin.git/commitdiff
Fix spelling mistakes.
authorNick Clifton <nickc@redhat.com>
Thu, 2 Jun 2011 13:43:23 +0000 (13:43 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 2 Jun 2011 13:43:23 +0000 (13:43 +0000)
include/coff/ChangeLog
include/coff/i860.h
include/elf/ChangeLog
include/elf/common.h
include/elf/reloc-macros.h

index b2fe5af8a928774fd2276080295e46c90d629b52..4b0a70a91af01f5f8645f35811ef7ee2c1527779 100644 (file)
@@ -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.
index 7de3961b2f080e2f33984bb8b4b2eca888f39ff8..0767de4fec0332acc8bbdbafe8fb38cfe4132db0 100644 (file)
@@ -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. 
index d0700468bcddc5cae1b3dc97618ebb5e8fa8c820..d999e6a94c801b9fcf4cd000ee61e9ac814b01bc 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-02  Nick Clifton  <nickc@redhat.com>
+
+       * common.h: Fix spelling mistake in comment.
+       * reloc-macros.h: Likewise.
+
 2011-05-31  Paul Brook  <paul@codesourcery.com>
 
        * arm.h (arm_st_branch_type): Add ST_BRANCH_UNKNOWN.
index d48c32c87885c2a2dc143e00bac71cda12f9500d..ce97571fcf3c61875c75c7a4d4cac9c83651d091 100644 (file)
 #define EM_MMA          54     /* Fujitsu Multimedia Accelerator */
 #define EM_PCP          55     /* Siemens PCP */
 #define EM_NCPU                 56     /* Sony nCPU embedded RISC processor */
-#define EM_NDR1                 57     /* Denso NDR1 microprocesspr */
+#define EM_NDR1                 57     /* Denso NDR1 microprocessor */
 #define EM_STARCORE     58     /* Motorola Star*Core processor */
 #define EM_ME16                 59     /* Toyota ME16 processor */
 #define EM_ST100        60     /* STMicroelectronics ST100 processor */
index c0228a9916ea6acfedd2be96003923d6766aec84..92fc9c14505830e985bed05ec0aed44d95da0910 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic relocation support for BFD.
-   Copyright 1998, 1999, 2000, 2003, 2010 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000, 2003, 2010, 2011  Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 
    Note: The value of the symbol defined in the END_RELOC_NUMBERS
    macro (R_foo_count in the case of the example above) will be
-   set to the value of the whichever *_RELOC macro preceeds it plus
+   set to the value of the whichever *_RELOC macro precedes it plus
    one.  Therefore if you intend to use the symbol as a sentinel for
    the highest valid macro value you should make sure that the
-   preceeding *_RELOC macro is the highest valid number.  ie a
+   preceding *_RELOC macro is the highest valid number.  ie a
    declaration like this:
 
        START_RELOC_NUMBERS (foo)
This page took 0.038007 seconds and 5 git commands to generate.