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 b090c4d..37b4bfc 100644
--- a/lib/CodeGen/CGDebugInfo.h
+++ b/lib/CodeGen/CGDebugInfo.h
@@ -422,7 +422,7 @@
   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.