PR gold/12324
[deliverable/binutils-gdb.git] / gold / timer.h
index ea360c2f21d60f4c1f28108d2d1ec782503fad77..50b55e49dd0802b5238b191cc06b8570b99a6942 100644 (file)
@@ -1,6 +1,6 @@
 // timer.h -- helper class for time accounting   -*- C++ -*-
 
-// Copyright 2009 Free Software Foundation, Inc.
+// Copyright 2009, 2010 Free Software Foundation, Inc.
 // Written by Rafael Avila de Espindola <espindola@google.com>.
 
 // This file is part of gold.
@@ -48,7 +48,7 @@ class Timer
   TimeStats
   get_elapsed_time();
 
-  // Start couting the time.
+  // Start counting the time.
   void
   start();
 
@@ -57,9 +57,9 @@ class Timer
   Timer(const Timer&);
   Timer& operator=(const Timer&);
 
-  // Write the current time infortamion.
+  // Write the current time information.
   static void
-  get_time(TimeStats *now);
+  get_time(TimeStatsnow);
 
   // The time of the last call to start.
   TimeStats start_time_;
This page took 0.025545 seconds and 4 git commands to generate.