aboutsummaryrefslogtreecommitdiff
path: root/include/elf
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-06-02 13:43:24 +0000
committerNick Clifton <nickc@redhat.com>2011-06-02 13:43:24 +0000
commitcc643b88f142802bf907b2f28ff47c4d1bf55e8b (patch)
tree5c8a5339fd1d59cb602ea4d452658e69fbe9bad1 /include/elf
parent4c422395e61397529b6bbafc7fa5c0e28b4c56dc (diff)
downloadgdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.zip
gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.gz
gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.bz2
Fix spelling mistakes.
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/ChangeLog5
-rw-r--r--include/elf/common.h2
-rw-r--r--include/elf/reloc-macros.h6
3 files changed, 9 insertions, 4 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index d070046..d999e6a 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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.
diff --git a/include/elf/common.h b/include/elf/common.h
index d48c32c..ce97571 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -159,7 +159,7 @@
#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 */
diff --git a/include/elf/reloc-macros.h b/include/elf/reloc-macros.h
index c0228a9..92fc9c1 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)