Skip to content

Commit 4801fe1

Browse files
committed
Fix a typo in a comment.
1 parent 6f3fff2 commit 4801fe1

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)