Spacing.
authorEric Christopher <echristo@apple.com>
Tue, 11 Oct 2011 22:58:58 +0000 (22:58 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 11 Oct 2011 22:58:58 +0000 (22:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141727 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/DebugLoc.cpp

index b9c245d951bc820304bac6c72cb4a5eb255f13f7..328244f806739467da88316bd8b4e50ebb59f501 100644 (file)
@@ -240,7 +240,7 @@ int LLVMContextImpl::getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA,
 /// deleted - The MDNode this is pointing to got deleted, so this pointer needs
 /// to drop to null and we need remove our entry from the DenseMap.
 void DebugRecVH::deleted() {
-  // If this is a  non-canonical reference, just drop the value to null, we know
+  // If this is a non-canonical reference, just drop the value to null, we know
   // it doesn't have a map entry.
   if (Idx == 0) {
     setValPtr(0);