mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
Fix apostrophes in a comment.
llvm-svn: 52972
This commit is contained in:
parent
67ce381ffe
commit
9d5c1f8b60
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user