Skip to content

Commit 156a078

Browse files
authored
Merge pull request #58592 from jsoref/spelling-lib-demangling
spelling: important
2 parents 19b13d5 + 41ee0b9 commit 156a078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Demangling/NodePrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,7 @@ NodePointer NodePrinter::print(NodePointer Node, unsigned depth,
25512551
if (index != 0)
25522552
Printer << ", ";
25532553
// Limit the number of printed generic parameters. In practice this
2554-
// it will never be exceeded. The limit is only imporant for malformed
2554+
// it will never be exceeded. The limit is only important for malformed
25552555
// symbols where count can be really huge.
25562556
if (index >= 128) {
25572557
Printer << "...";

0 commit comments

Comments
 (0)