No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237068
91177308-0d34-0410-b5e6-
96231b3b80d8
/// 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 &&