Skip to content

Commit c20a5b7

Browse files
authored
Merge pull request #78660 from gottesmm/pr-d2eb2f2271cf2358744df06d6de4a08b14d73179
Fix misleading comment.
2 parents 0f12958 + 9960079 commit c20a5b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/AST/ASTMangler.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,9 +2303,9 @@ void ASTMangler::appendImplFunctionType(SILFunctionType *fn,
23032303

23042304
// Mangle if we have a sending result and we are in a recursive position.
23052305
//
2306-
// DISCUSSION: We only want sending results to change ABI if it is using in a
2307-
// function value passed to a parameter or generic position... but not if it
2308-
// is just added to a return type.
2306+
// DISCUSSION: We only want sending results to be in the mangling if it is
2307+
// being used in a function value passed to a parameter or generic
2308+
// position... but not if it is just added to a return type.
23092309
//
23102310
// E.x.:
23112311
//

0 commit comments

Comments
 (0)