Skip to content

Commit 91a405a

Browse files
committed
Fixed typo in comments
1 parent 5b84670 commit 91a405a

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)