From: Adrian Prantl Date: Thu, 25 Jul 2013 00:23:37 +0000 (+0000) Subject: typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09ade336e928e8b3e325fc46a53cd5f4d1d46252;p=clang typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187089 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index b090c4d3bf..37b4bfc5cb 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -422,7 +422,7 @@ public: ArtificialLocation(CodeGenFunction &CGF, CGBuilderTy &B); /// Set the current location to line 0, but within the current scope - /// (= the top of the LexicalScopeStack). + /// (= the top of the LexicalBlockStack). void Emit(); /// ~ArtificialLocation - Autorestore everything back to normal.