From 657751937b955965e7da80e3ff0eab984264b134 Mon Sep 17 00:00:00 2001 From: James Dennett Date: Mon, 11 May 2015 23:25:54 +0000 Subject: [PATCH] Typo fix: s/initialzier/initializer/ in a doc comment. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237068 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/DeclCXX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/DeclCXX.h b/include/clang/AST/DeclCXX.h index 0dbc9dacf7..f7cb4624cb 100644 --- a/include/clang/AST/DeclCXX.h +++ b/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 && -- 2.40.0