]> granicus.if.org Git - clang/commitdiff
typo.
authorAdrian Prantl <aprantl@apple.com>
Thu, 25 Jul 2013 00:23:37 +0000 (00:23 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 25 Jul 2013 00:23:37 +0000 (00:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187089 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h

index b090c4d3bf56c323d6f1a30c02742b91e83563b5..37b4bfc5cb6af183e507d5c0ebaa6126ca368525 100644 (file)
@@ -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.