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 | 980df5d7ec34cf014579499933af601778a271d4 (patch) | |
tree | 01d7871ae0676323f1278ece412acdfc2f447ae2 /clang/lib/CodeGen | |
parent | c558d7d176b307a3cb0dd72b306abebb661cd7dd (diff) | |
download | bcm5719-llvm-980df5d7ec34cf014579499933af601778a271d4.tar.gz bcm5719-llvm-980df5d7ec34cf014579499933af601778a271d4.zip |
Typo.
llvm-svn: 148903
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 49f822be001..8e1dd2b6f87 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/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. |