Skip to content

Commit 52a2d0d

Browse files
authored
Merge pull request swiftlang#22708 from TomiLahtinen/master
Fixed typo in comments
2 parents 48d7953 + 91a405a commit 52a2d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Demangling/OldDemangler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ class OldDemangler {
13191319

13201320
auto discriminator = name->getChild(0);
13211321

1322-
// Create new PrivateDeclName with no 'subscript' identifer child
1322+
// Create new PrivateDeclName with no 'subscript' identifier child
13231323
name = Factory.createNode(Node::Kind::PrivateDeclName);
13241324
name->addChild(discriminator, Factory);
13251325
}

0 commit comments

Comments
 (0)