[Lldb-commits] [lldb] r106133 - /lldb/trunk/include/lldb/Core/Timer.h
Johnny Chen
johnny.chen at apple.com
Wed Jun 16 12:30:20 PDT 2010
Author: johnny
Date: Wed Jun 16 14:30:20 2010
New Revision: 106133
URL: http://llvm.org/viewvc/llvm-project?rev=106133&view=rev
Log:
Fixed a typo in comment.
Modified:
lldb/trunk/include/lldb/Core/Timer.h
Modified: lldb/trunk/include/lldb/Core/Timer.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Timer.h?rev=106133&r1=106132&r2=106133&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Timer.h (original)
+++ lldb/trunk/include/lldb/Core/Timer.h Wed Jun 16 14:30:20 2010
@@ -23,7 +23,7 @@
/// @brief A timer class that simplifies common timing metrics.
///
/// A scoped timer class that allows a variety of pthread mutex
-/// objects to have a mutex locked when an Timer::Locker
+/// objects to have a mutex locked when a Timer::Locker
/// object is created, and unlocked when it goes out of scope or
/// when the Timer::Locker::Reset(pthread_mutex_t *)
/// is called. This provides an exception safe way to lock a mutex
More information about the lldb-commits
mailing list