aboutsummaryrefslogtreecommitdiff
path: root/gold/timer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/timer.cc')
-rw-r--r--gold/timer.cc8
1 files changed, 4 insertions, 4 deletions
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)
{