projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc11b4
)
Fix incorrect comment pointed out by Duncan.
author
Owen Anderson
<resistor@mac.com>
Fri, 19 Jun 2009 17:20:50 +0000
(17:20 +0000)
committer
Owen 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
patch
|
blob
|
history
diff --git
a/lib/VMCore/Type.cpp
b/lib/VMCore/Type.cpp
index d14f29cfc8a76f4c06a92323e777be9ad5f0bac8..66eb10af23c1213b1c698ab7595ecbbc62a5f07a 100644
(file)
--- a/
lib/VMCore/Type.cpp
+++ b/
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
fals
e template parameter means this will no-op when we're not in
+// NOTE: The
tru
e template parameter means this will no-op when we're not in
// multithreaded mode.
static ManagedStatic<sys::SmartMutex<true> > AbstractTypeUsersLock;