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)
llvm-svn: 164252

clang/lib/CodeGen/CGDebugInfo.cpp

index 35c012f..027c447 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;