summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Timer.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-01 18:12:31 +0000
committerDan Gohman <gohman@apple.com>2008-07-01 18:12:31 +0000
commit94f9c7dc97bc586e01c101e9fcfeb93c2fb4bd87 (patch)
treea225650a7bd7daafdd93c223efaa761ae6d354c9 /include/llvm/Support/Timer.h
parent4576f6d7a9c0f2c6a3b6c5d4d8a3063bbf763ae5 (diff)
downloadllvm-94f9c7dc97bc586e01c101e9fcfeb93c2fb4bd87.tar.gz
llvm-94f9c7dc97bc586e01c101e9fcfeb93c2fb4bd87.tar.bz2
llvm-94f9c7dc97bc586e01c101e9fcfeb93c2fb4bd87.tar.xz
Fix apostrophes in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52972 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Timer.h')
-rw-r--r--include/llvm/Support/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Timer.h b/include/llvm/Support/Timer.h
index 569f86314f..3d3a334d10 100644
--- 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 its TimerGroup is destroyed. Timers do not print their information
/// if they are never started.
///
class Timer {