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 62a6a46 commit 28f3e44Copy full SHA for 28f3e44
lib/IRGen/GenPointerAuth.cpp
@@ -401,7 +401,7 @@ PointerAuthEntity::getDeclDiscriminator(IRGenModule &IGM) const {
401
"discriminator for foreign declaration not supported yet!");
402
403
// Special case: methods that are witnesses to Actor.enqueue(partialTask:)
404
- // have their own descriminator, which is shared across all actor classes.
+ // have their own discriminator, which is shared across all actor classes.
405
if (constant.hasFuncDecl()) {
406
auto func = dyn_cast<FuncDecl>(constant.getFuncDecl());
407
if (func->isActorEnqueuePartialTaskWitness()) {
0 commit comments