diff options
author | Eric Christopher <echristo@apple.com> | 2012-01-25 02:06:52 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-01-25 02:06:52 +0000 |
commit | a70e2468865408df4f4a37212b40b85983aac4de (patch) | |
tree | 929d4ee2d2ef458b21bfe862f05445e3cfb67477 | |
parent | 9ddc6246b5f3dbb1a1e05d012361dc2c6d403381 (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148903 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 49f822be00..8e1dd2b6f8 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -232,7 +232,7 @@ private: /// 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. |