diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-12-14 19:03:30 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-12-14 19:03:30 +0000 |
commit | 9b547ce6834ed6367db2e76b2c4c2e99b188fc9b (patch) | |
tree | 9d1a7bf787d52e5db2427d72aada95ce53d93ff1 /gold/target-reloc.h | |
parent | Move gdb ChangeLog entry to gdb/ChangeLog. (diff) | |
download | binutils-gdb-9b547ce6834ed6367db2e76b2c4c2e99b188fc9b.tar.gz binutils-gdb-9b547ce6834ed6367db2e76b2c4c2e99b188fc9b.tar.bz2 binutils-gdb-9b547ce6834ed6367db2e76b2c4c2e99b188fc9b.zip |
Fix typos in gold.
gold/:
* dwarf_reader.cc: Remove outdated comment.
* gold-threads.cc: Fix typo in error message.
* archive.cc: Fix typos in comments.
* archive.h: Likewise.
* arm-reloc-property.cc: Likewise.
* arm-reloc-property.h: Likewise.
* arm-reloc.def: Likewise.
* arm.cc: Likewise.
* attributes.h: Likewise.
* cref.cc: Likewise.
* ehframe.cc: Likewise.
* fileread.h: Likewise.
* gold.h: Likewise.
* i386.cc: Likewise.
* icf.cc: Likewise.
* incremental.h: Likewise.
* int_encoding.cc: Likewise.
* layout.h: Likewise.
* main.cc: Likewise.
* merge.h: Likewise.
* object.cc: Likewise.
* object.h: Likewise.
* options.cc: Likewise.
* readsyms.cc: Likewise.
* reduced_debug_output.cc: Likewise.
* reloc.cc: Likewise.
* script-sections.cc: Likewise.
* sparc.cc: Likewise.
* symtab.h: Likewise.
* target-reloc.h: Likewise.
* target.cc: Likewise.
* target.h: Likewise.
* timer.cc: Likewise.
* timer.h: Likewise.
* x86_64.cc: Likewise.
Diffstat (limited to 'gold/target-reloc.h')
-rw-r--r-- | gold/target-reloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/target-reloc.h b/gold/target-reloc.h index 769d3224f20..2d12fa21e0f 100644 --- a/gold/target-reloc.h +++ b/gold/target-reloc.h @@ -36,7 +36,7 @@ namespace gold // template parameter Scan must be a class type which provides two // functions: local() and global(). Those functions implement the // machine specific part of scanning. We do it this way to -// avoidmaking a function call for each relocation, and to avoid +// avoid making a function call for each relocation, and to avoid // repeating the generic code for each target. template<int size, bool big_endian, typename Target_type, int sh_type, |