File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ class LoweredValue {
125
125
Address,
126
126
127
127
// / This LoweredValue corresponds to a SIL address value owned by an
128
- // / uninitialized fixed-size buffer. The initializatio
128
+ // / uninitialized fixed-size buffer.
129
129
UnallocatedAddressInBuffer,
130
130
131
131
// / The following kinds correspond to SIL non-address values.
Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ class EnumElementPatternInitialization : public RefutablePatternInitialization {
582
582
static bool shouldDisableCleanupOnFailurePath (ManagedValue value,
583
583
EnumElementDecl *elementDecl,
584
584
SILGenFunction &SGF) {
585
- // If the enum is trivial, then there is no cleanup to disabled .
585
+ // If the enum is trivial, then there is no cleanup to disable .
586
586
if (value.isPlusZeroRValueOrTrivial ()) return false ;
587
587
588
588
// Check all of the members of the enum. If any have a non-trivial payload,
You can’t perform that action at this time.
0 commit comments