summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2015-05-11 23:25:54 +0000
committerJames Dennett <jdennett@google.com>2015-05-11 23:25:54 +0000
commit570043310ecc8cc8b1813764e39223940d6cd525 (patch)
tree571aa0fc1444876e2dab01771d86d72dddf5050f
parent8817e86efd2386d5a196669d9aef534fe652286f (diff)
downloadbcm5719-llvm-570043310ecc8cc8b1813764e39223940d6cd525.tar.gz
bcm5719-llvm-570043310ecc8cc8b1813764e39223940d6cd525.zip
Typo fix: s/initialzier/initializer/ in a doc comment.
No functional change. llvm-svn: 237068
-rw-r--r--clang/include/clang/AST/DeclCXX.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/DeclCXX.h b/clang/include/clang/AST/DeclCXX.h
index 0dbc9dacf72..f7cb4624cb5 100644
--- a/clang/include/clang/AST/DeclCXX.h
+++ b/clang/include/clang/AST/DeclCXX.h
@@ -2084,7 +2084,7 @@ public:
/// This can only be called once for each initializer; it cannot be called
/// on an initializer having a positive number of (implicit) array indices.
///
- /// This assumes that the initialzier was written in the source code, and
+ /// This assumes that the initializer was written in the source code, and
/// ensures that isWritten() returns true.
void setSourceOrder(int pos) {
assert(!IsWritten &&
OpenPOWER on IntegriCloud