diff options
| author | Owen Anderson <resistor@mac.com> | 2009-06-19 17:20:50 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2009-06-19 17:20:50 +0000 |
| commit | ff967be708a32e5ca14a32e4d19ada101eded768 (patch) | |
| tree | 9c01da363a77e8052c9c1ac3c8404872f98a9372 | |
| parent | 646ac6ac8a92faff62af3dfc3d0fd3f1a3b6e724 (diff) | |
| download | bcm5719-llvm-ff967be708a32e5ca14a32e4d19ada101eded768.tar.gz bcm5719-llvm-ff967be708a32e5ca14a32e4d19ada101eded768.zip | |
Fix incorrect comment pointed out by Duncan.
llvm-svn: 73773
| -rw-r--r-- | llvm/lib/VMCore/Type.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Type.cpp b/llvm/lib/VMCore/Type.cpp index d14f29cfc8a..66eb10af23c 100644 --- a/llvm/lib/VMCore/Type.cpp +++ b/llvm/lib/VMCore/Type.cpp @@ -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; |

