[llvm-commits] [llvm] r52972 - /llvm/trunk/include/llvm/Support/Timer.h

Dan Gohman gohman at apple.com
Tue Jul 1 11:12:31 PDT 2008


Author: djg
Date: Tue Jul  1 13:12:31 2008
New Revision: 52972

URL: http://llvm.org/viewvc/llvm-project?rev=52972&view=rev
Log:
Fix apostrophes in a comment.

Modified:
    llvm/trunk/include/llvm/Support/Timer.h

Modified: llvm/trunk/include/llvm/Support/Timer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Timer.h?rev=52972&r1=52971&r2=52972&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/Timer.h (original)
+++ llvm/trunk/include/llvm/Support/Timer.h Tue Jul  1 13:12:31 2008
@@ -30,7 +30,7 @@
 /// support it can also keep track of the RSS of the program at various points.
 /// By default, the Timer will print the amount of time it has captured to
 /// standard error when the laster timer is destroyed, otherwise it is printed
-/// when it's TimerGroup is destroyed.  Timer's do not print their information
+/// when its TimerGroup is destroyed.  Timers do not print their information
 /// if they are never started.
 ///
 class Timer {





More information about the llvm-commits mailing list