]> granicus.if.org Git - clang/commitdiff
Fix awkward comment.
authorEric Christopher <echristo@apple.com>
Wed, 19 Sep 2012 21:47:29 +0000 (21:47 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 19 Sep 2012 21:47:29 +0000 (21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164252 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 35c012fa3f35f5cbd54a6609a2a5b5f934cb3425..027c447131cc79d910308c59c60b4c99b345e08c 100644 (file)
@@ -2271,7 +2271,7 @@ void CGDebugInfo::EmitDeclare(const VarDecl *VD, unsigned Tag,
   else 
     Ty = getOrCreateType(VD->getType(), Unit);
 
-  // If there is not any debug info for type then do not emit debug info
+  // If there is no debug info for this type then do not emit debug info
   // for this variable.
   if (!Ty)
     return;