From: Owen Anderson Date: Fri, 19 Jun 2009 17:20:50 +0000 (+0000) Subject: Fix incorrect comment pointed out by Duncan. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ae60c0f78eedce7e3b5f81a46b1991de0862259b;p=oota-llvm.git Fix incorrect comment pointed out by Duncan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73773 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp index d14f29cfc8a..66eb10af23c 100644 --- a/lib/VMCore/Type.cpp +++ b/lib/VMCore/Type.cpp @@ -47,7 +47,7 @@ AbstractTypeUser::~AbstractTypeUser() {} static ManagedStatic > 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 > AbstractTypeUsersLock;