r187089 - typo.

Adrian Prantl aprantl at apple.com
Wed Jul 24 17:23:38 PDT 2013


Author: adrian
Date: Wed Jul 24 19:23:37 2013
New Revision: 187089

URL: http://llvm.org/viewvc/llvm-project?rev=187089&view=rev
Log:
typo.

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.h

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.h?rev=187089&r1=187088&r2=187089&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Wed Jul 24 19:23:37 2013
@@ -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.





More information about the cfe-commits mailing list