aboutsummaryrefslogtreecommitdiff
path: root/gold/arm-reloc-property.h
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-12-14 19:03:30 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-12-14 19:03:30 +0000
commit9b547ce6834ed6367db2e76b2c4c2e99b188fc9b (patch)
tree9d1a7bf787d52e5db2427d72aada95ce53d93ff1 /gold/arm-reloc-property.h
parentb6c882c7846b7bfb3cf84dad05615cff8ee35579 (diff)
downloadbinutils-9b547ce6834ed6367db2e76b2c4c2e99b188fc9b.zip
binutils-9b547ce6834ed6367db2e76b2c4c2e99b188fc9b.tar.gz
binutils-9b547ce6834ed6367db2e76b2c4c2e99b188fc9b.tar.bz2
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/arm-reloc-property.h')
-rw-r--r--gold/arm-reloc-property.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gold/arm-reloc-property.h b/gold/arm-reloc-property.h
index e7d7f50..afba293 100644
--- a/gold/arm-reloc-property.h
+++ b/gold/arm-reloc-property.h
@@ -25,7 +25,7 @@
namespace gold
{
-// The Arm_reloc_property class is to store information about a paticular
+// The Arm_reloc_property class is to store information about a particular
// relocation code.
class Arm_reloc_property
@@ -282,8 +282,8 @@ class Arm_reloc_property
bool uses_symbol_ : 1;
};
-// Arm_reloc_property_table. This table is used for looking up propeties
-// of relocationt types. The table entries are initialized using information
+// Arm_reloc_property_table. This table is used for looking up properties
+// of relocation types. The table entries are initialized using information
// from arm-reloc.def.
class Arm_reloc_property_table
@@ -314,7 +314,7 @@ class Arm_reloc_property_table
: NULL);
}
- // Return a string describing the a relocation code that is not
+ // Return a string describing the relocation code that is not
// an implemented static reloc code.
std::string
reloc_name_in_error_message(unsigned int code);
@@ -328,7 +328,7 @@ class Arm_reloc_property_table
// arm-reloc.def into S-expression strings, which are parsed again to
// build actual expression trees. We do not build the expression trees
// directly because the parser for operations in arm-reloc.def is simpler
- // this way. Coversion from S-expressions to trees is simple.
+ // this way. Conversion from S-expressions to trees is simple.
class Parse_expression
{
public: