projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4576f6d
)
Fix apostrophes in a comment.
author
Dan Gohman
<gohman@apple.com>
Tue, 1 Jul 2008 18:12:31 +0000
(18:12 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 1 Jul 2008 18:12:31 +0000
(18:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52972
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/Timer.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Timer.h
b/include/llvm/Support/Timer.h
index 569f86314fd8c1c99df7584c37af6df495986ff8..3d3a334d10d386c20b9ef1a0fc192f8dabc0356b 100644
(file)
--- a/
include/llvm/Support/Timer.h
+++ b/
include/llvm/Support/Timer.h
@@
-30,7
+30,7
@@
class TimerGroup;
/// 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 it
s TimerGroup is destroyed. Timer
s do not print their information
/// if they are never started.
///
class Timer {