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 | 0f143ae8af79943e466cbac7620f37f6e205e710 (patch) | |
tree | 3be72a0305b85013f6e2077fec4cbd6e93a1e995 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 1fc793e9268d8c4b0b3a410002a1f5ea4a07281e (diff) | |
download | bcm5719-llvm-0f143ae8af79943e466cbac7620f37f6e205e710.tar.gz bcm5719-llvm-0f143ae8af79943e466cbac7620f37f6e205e710.zip |
Fix awkward comment.
llvm-svn: 164252
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 35c012fa3f3..027c447131c 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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; |