Skip to content

Commit 28f3e44

Browse files
authored
Fix typo
1 parent 62a6a46 commit 28f3e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/GenPointerAuth.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ PointerAuthEntity::getDeclDiscriminator(IRGenModule &IGM) const {
401401
"discriminator for foreign declaration not supported yet!");
402402

403403
// Special case: methods that are witnesses to Actor.enqueue(partialTask:)
404-
// have their own descriminator, which is shared across all actor classes.
404+
// have their own discriminator, which is shared across all actor classes.
405405
if (constant.hasFuncDecl()) {
406406
auto func = dyn_cast<FuncDecl>(constant.getFuncDecl());
407407
if (func->isActorEnqueuePartialTaskWitness()) {

0 commit comments

Comments
 (0)