NFC: Expunge 'actor class' in comments

This commit is contained in:
Evan Wilde
2021-03-23 13:40:48 -07:00
parent 64c75828f7
commit 42b6918657
8 changed files with 11 additions and 11 deletions

View File

@@ -521,7 +521,7 @@ public:
if (!printOptions.shouldPrint(nominal))
return;
/// is this nominal specifically an 'actor class'?
/// is this nominal specifically an 'actor'?
bool actorClass = false;
if (auto klass = dyn_cast<ClassDecl>(nominal))
actorClass = klass->isActor();