[llvm-commits] CVS: llvm/include/Support/ThreadSupport.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Jan 17 16:49:01 PST 2004
Changes in directory llvm/include/Support:
ThreadSupport.h updated: 1.1 -> 1.2
---
Log message:
fix copy-and-pasto
---
Diffs of the changes: (+2 -2)
Index: llvm/include/Support/ThreadSupport.h
diff -u llvm/include/Support/ThreadSupport.h:1.1 llvm/include/Support/ThreadSupport.h:1.2
--- llvm/include/Support/ThreadSupport.h:1.1 Sat Jan 17 13:54:29 2004
+++ llvm/include/Support/ThreadSupport.h Sat Jan 17 16:48:06 2004
@@ -25,8 +25,8 @@
#endif // If no system support is available
namespace llvm {
- /// LockHolder - Instances of this class acquire a given Lock when constructed
- /// and hold that lock until destruction.
+ /// MutexLocker - Instances of this class acquire a given Lock when
+ /// constructed and hold that lock until destruction.
///
class MutexLocker {
Mutex &M;
More information about the llvm-commits
mailing list