OSDN Git Service

Fix incorrect comment pointed out by Duncan.
authorOwen Anderson <resistor@mac.com>
Fri, 19 Jun 2009 17:20:50 +0000 (17:20 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 19 Jun 2009 17:20:50 +0000 (17:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73773 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Type.cpp

index d14f29c..66eb10a 100644 (file)
@@ -47,7 +47,7 @@ AbstractTypeUser::~AbstractTypeUser() {}
 static ManagedStatic<sys::SmartRWMutex<true> > TypeMapLock;
 
 // Recursive lock used for guarding access to AbstractTypeUsers.
-// NOTE: The false template parameter means this will no-op when we're not in
+// NOTE: The true template parameter means this will no-op when we're not in
 // multithreaded mode.
 static ManagedStatic<sys::SmartMutex<true> > AbstractTypeUsersLock;