[cfe-commits] r148903 - /cfe/trunk/lib/CodeGen/CGDebugInfo.h

Eric Christopher echristo at apple.com
Tue Jan 24 18:06:52 PST 2012


Author: echristo
Date: Tue Jan 24 20:06:52 2012
New Revision: 148903

URL: http://llvm.org/viewvc/llvm-project?rev=148903&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=148903&r1=148902&r2=148903&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Tue Jan 24 20:06:52 2012
@@ -232,7 +232,7 @@
   /// getContextDescriptor - Get context info for the decl.
   llvm::DIDescriptor getContextDescriptor(const Decl *Decl);
 
-  /// CreateContextChain - Create a set of decls for the context chain.
+  /// createContextChain - Create a set of decls for the context chain.
   llvm::DIDescriptor createContextChain(const Decl *Decl);
 
   /// getCurrentDirname - Return current directory name.





More information about the cfe-commits mailing list