From 09ade336e928e8b3e325fc46a53cd5f4d1d46252 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 25 Jul 2013 00:23:37 +0000 Subject: [PATCH] typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187089 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGDebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0