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/elf/reloc-macros.h
parent83e4d35a89d8d1c0e55e980263fffe6c65d2a2eb (diff)
Fix spelling mistakes.
Diffstat (limited to 'include/elf/reloc-macros.h')
-rw-r--r--include/elf/reloc-macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/elf/reloc-macros.h b/include/elf/reloc-macros.h
index c0228a991..92fc9c145 100644
--- a/include/elf/reloc-macros.h
+++ b/include/elf/reloc-macros.h
@@ -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.
@@ -45,10 +45,10 @@
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)