Skip to content

Commit c527323

Browse files
authored
Merge pull request swiftlang#35104 from gottesmm/pr-979d6e3dd2ede93fc91b8f17c304baf548b2a113
2 parents 90ad37b + 4801fe1 commit c527323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILGen/SILGenPattern.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2207,7 +2207,7 @@ void PatternMatchEmission::emitEnumElementDispatch(
22072207
// the value. This invariant makes it easy to specialize code for
22082208
// ownership.
22092209
if (eltTL->isLoadable()) {
2210-
// If we do not have a loadable value, just use getManagedSubObject
2210+
// If we do not have a loadable value, just use getManagedSubobject
22112211
// Load a loadable data value.
22122212
if (eltConsumption == CastConsumptionKind::CopyOnSuccess) {
22132213
eltValue = SGF.B.createLoadBorrow(loc, eltValue);

0 commit comments

Comments
 (0)