Skip to content

Commit b582df5

Browse files
committed
[NFC] Tweaked comment.
1 parent 3ad67ab commit b582df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILGen/SILGenApply.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4415,7 +4415,7 @@ RValue SILGenFunction::emitApply(
44154415
if (auto foreignAsync = calleeTypeInfo.foreign.async) {
44164416
unsigned completionIndex = foreignAsync->completionHandlerParamIndex();
44174417

4418-
// Ram the emitted error into the argument list, over the placeholder
4418+
// Ram the emitted completion into the argument list, over the placeholder
44194419
// we left during the first pass.
44204420
auto &completionArgSlot = const_cast<ManagedValue &>(args[completionIndex]);
44214421

0 commit comments

Comments
 (0)