From 9b547ce6834ed6367db2e76b2c4c2e99b188fc9b Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 14 Dec 2010 19:03:30 +0000 Subject: 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. --- gold/timer.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gold/timer.cc') diff --git a/gold/timer.cc b/gold/timer.cc index bfccbd9..d9b8874 100644 --- a/gold/timer.cc +++ b/gold/timer.cc @@ -42,7 +42,7 @@ Timer::Timer() this->start_time_.sys = 0; } -// Start couting the time. +// Start counting the time. void Timer::start() { @@ -63,8 +63,8 @@ Timer::start() # endif #endif -// times returns statistics in clock_t units. This variable will hold the -// conversion factor to seconds. We use a variable that is initialize once +// times returns statistics in clock_t units. This variable will hold the +// conversion factor to seconds. We use a variable that is initialized once // because sysconf can be slow. static long ticks_per_sec; class Timer_init @@ -77,7 +77,7 @@ class Timer_init }; Timer_init timer_init; -// Write the current time infortamion. +// Write the current time information. void Timer::get_time(TimeStats *now) { -- cgit v1.1