aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGClass.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-09-08 09:42:41 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-09-08 09:42:41 +0000
commitff7a9252e8e6be6cabbd182b622750c75aea96c2 (patch)
tree69fc739b4edf72f39f30277fbfebd6d57b563255 /clang/lib/CodeGen/CGClass.cpp
parentf7bee71c2686fcff8b192242a50093efd34f3f8a (diff)
downloadllvm-ff7a9252e8e6be6cabbd182b622750c75aea96c2.zip
llvm-ff7a9252e8e6be6cabbd182b622750c75aea96c2.tar.gz
llvm-ff7a9252e8e6be6cabbd182b622750c75aea96c2.tar.bz2
clangCodeGen: Fix comments. [-Wdocumentation]
llvm-svn: 246995
Diffstat (limited to 'clang/lib/CodeGen/CGClass.cpp')
-rw-r--r--clang/lib/CodeGen/CGClass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGClass.cpp b/clang/lib/CodeGen/CGClass.cpp
index ebeb098..45ef0f5 100644
--- a/clang/lib/CodeGen/CGClass.cpp
+++ b/clang/lib/CodeGen/CGClass.cpp
@@ -1865,7 +1865,7 @@ void CodeGenFunction::EmitCXXAggrConstructorCall(
/// \param ctor the constructor to call for each element
/// \param numElements the number of elements in the array;
/// may be zero
-/// \param arrayBegin a T*, where T is the type constructed by ctor
+/// \param arrayBase a T*, where T is the type constructed by ctor
/// \param zeroInitialize true if each element should be
/// zero-initialized before it is constructed
void CodeGenFunction::EmitCXXAggrConstructorCall(const CXXConstructorDecl *ctor,