Typo fix: s/initialzier/initializer/ in a doc comment.

No functional change.

llvm-svn: 237068
This commit is contained in:
James Dennett 2015-05-11 23:25:54 +00:00
parent 8817e86efd
commit 570043310e
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&