Skip to content

Commit c3183d3

Browse files
committed
[Gardening] Fixed comment.
1 parent 7dd0a60 commit c3183d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILGen/SILGenEpilog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ static SILValue buildReturnValue(SILGenFunction &SGF, SILLocation loc,
132132

133133
auto fnConv = SGF.F.getConventions();
134134
if (!fnConv.useLoweredAddresses()) {
135-
// In opaque-values code, nested @out enums are not flattened. Reconstruct
135+
// In opaque-values code, nested @out tuples are not flattened. Reconstruct
136136
// nested tuples.
137137
auto resultType = SGF.F.getLoweredType(SGF.F.mapTypeIntoContext(
138138
fnConv.getSILResultType(SGF.getTypeExpansionContext())));

0 commit comments

Comments
 (0)