Skip to content

Commit bf53e17

Browse files
committed
Fix misleading comment.
(cherry picked from commit 9960079)
1 parent bc7c916 commit bf53e17

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
@@ -2202,9 +2202,9 @@ void ASTMangler::appendImplFunctionType(SILFunctionType *fn,
22022202

22032203
// Mangle if we have a sending result and we are in a recursive position.
22042204
//
2205-
// DISCUSSION: We only want sending results to change ABI if it is using in a
2206-
// function value passed to a parameter or generic position... but not if it
2207-
// is just added to a return type.
2205+
// DISCUSSION: We only want sending results to be in the mangling if it is
2206+
// being used in a function value passed to a parameter or generic
2207+
// position... but not if it is just added to a return type.
22082208
//
22092209
// E.x.:
22102210
//

0 commit comments

Comments
 (0)