Skip to content

Commit 41ee0b9

Browse files
committed
spelling: important
Signed-off-by: Josh Soref <[email protected]>
1 parent ce183b5 commit 41ee0b9

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)