summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-09-09 14:48:42 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-09-09 14:48:42 +0000
commit60509af49add1fedf59d0e117c90c273b70fdaed (patch)
treeb3cd1b3d1ce868b75152ec082ed01d9ded033294 /clang/lib/CodeGen/CGDebugInfo.h
parentdfd8afa02b283a053c57c3f801dfce4c084b4280 (diff)
downloadbcm5719-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.h')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h
index 8d2f5227470..07e57af1208 100644
--- a/clang/lib/CodeGen/CGDebugInfo.h
+++ b/clang/lib/CodeGen/CGDebugInfo.h
@@ -361,7 +361,7 @@ private:
getOrCreateStaticDataMemberDeclarationOrNull(const VarDecl *D);
/// 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 getFunctionName(const FunctionDecl *FD);
OpenPOWER on IntegriCloud