summaryrefslogtreecommitdiff
path: root/gold/cref.cc
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-12-14 19:03:29 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-12-14 19:03:29 +0000
commit34fdce4a85fc4b9f262aef34d90f76b0009f9327 (patch)
treefeaaa18a235d79897e171f0f78bffdf2133187f3 /gold/cref.cc
parentd73f4e346336ad2b139af6d99b8252da1a4fcf3a (diff)
downloadbinutils-redhat-34fdce4a85fc4b9f262aef34d90f76b0009f9327.tar.gz
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/cref.cc')
-rw-r--r--gold/cref.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/cref.cc b/gold/cref.cc
index c36f989635..ebd48a9186 100644
--- a/gold/cref.cc
+++ b/gold/cref.cc
@@ -64,7 +64,7 @@ class Cref_inputs
void
print_symbol_counts(const Symbol_table*, FILE*) const;
- // Print a cross reference tabl.e
+ // Print a cross reference table.
void
print_cref(const Symbol_table*, FILE*) const;