diff options
author | Eric Christopher <echristo@apple.com> | 2012-09-19 21:47:29 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-09-19 21:47:29 +0000 |
commit | 195ff58b91ea106931c04f9bbdcf312925e3440c (patch) | |
tree | 0a6e48110071e36ee5e477215f006e55f5a0dc13 /lib/CodeGen/CGDebugInfo.cpp | |
parent | 2a237e03c407ff55bd8639b18658a8751955f1db (diff) |
Fix awkward comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 35c012fa3f..027c447131 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -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; |