We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad67ab commit b582df5Copy full SHA for b582df5
lib/SILGen/SILGenApply.cpp
@@ -4415,7 +4415,7 @@ RValue SILGenFunction::emitApply(
4415
if (auto foreignAsync = calleeTypeInfo.foreign.async) {
4416
unsigned completionIndex = foreignAsync->completionHandlerParamIndex();
4417
4418
- // Ram the emitted error into the argument list, over the placeholder
+ // Ram the emitted completion into the argument list, over the placeholder
4419
// we left during the first pass.
4420
auto &completionArgSlot = const_cast<ManagedValue &>(args[completionIndex]);
4421
0 commit comments