Fix awkward comment.

llvm-svn: 164252
This commit is contained in:
Eric Christopher 2012-09-19 21:47:29 +00:00
parent 1fc793e926
commit 0f143ae8af
1 changed files with 1 additions and 1 deletions

View 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;