summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Timer.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-15 15:08:33 +0000
committerDan Gohman <gohman@apple.com>2009-09-15 15:08:33 +0000
commit75144f93eb7e4dbf22d308d21581ae255dd520c6 (patch)
treef0acc51ce091ed09881005e47064ca2e3517f4d8 /include/llvm/Support/Timer.h
parent59136251f348a02a26f7a711a0e7fc459a727093 (diff)
downloadllvm-75144f93eb7e4dbf22d308d21581ae255dd520c6.tar.gz
llvm-75144f93eb7e4dbf22d308d21581ae255dd520c6.tar.bz2
llvm-75144f93eb7e4dbf22d308d21581ae255dd520c6.tar.xz
Fix apostrophos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81856 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 7240cb94ff..54f1da96ca 100644
--- a/include/llvm/Support/Timer.h
+++ b/include/llvm/Support/Timer.h
@@ -27,7 +27,7 @@ class TimerGroup;
class raw_ostream;
/// Timer - This class is used to track the amount of time spent between
-/// invocations of it's startTimer()/stopTimer() methods. Given appropriate OS
+/// invocations of its startTimer()/stopTimer() methods. Given appropriate OS
/// 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