forked from OSchip/llvm-project
Typo fix: s/initialzier/initializer/ in a doc comment.
No functional change. llvm-svn: 237068
This commit is contained in:
parent
8817e86efd
commit
570043310e
|
@ -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 &&
|
||||
|
|
Loading…
Reference in New Issue