diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-09-09 14:48:42 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-09-09 14:48:42 +0000 |
commit | 60509af49add1fedf59d0e117c90c273b70fdaed (patch) | |
tree | b3cd1b3d1ce868b75152ec082ed01d9ded033294 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | dfd8afa02b283a053c57c3f801dfce4c084b4280 (diff) | |
download | bcm5719-llvm-60509af49add1fedf59d0e117c90c273b70fdaed.tar.gz bcm5719-llvm-60509af49add1fedf59d0e117c90c273b70fdaed.zip |
Fix constructor-related typos.
Noticed by Roman Divacky.
llvm-svn: 190311
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 872fb650e54..1d70f4cef97 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -158,7 +158,7 @@ llvm::DIScope CGDebugInfo::getContextDescriptor(const Decl *Context) { } /// getFunctionName - Get function name for the given FunctionDecl. If the -/// name is constructred on demand (e.g. C++ destructor) then the name +/// name is constructed on demand (e.g. C++ destructor) then the name /// is stored on the side. StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { assert (FD && "Invalid FunctionDecl!"); |