Commit 788d4ba0 by Richard Kenner

(print_node): Fix misspellings in messages.

From-SVN: r9716
parent debaccc2
......@@ -372,7 +372,7 @@ print_node (file, prefix, node, indent)
fputs (" inline", file);
if (TREE_CODE (node) == TYPE_DECL && TYPE_DECL_SUPPRESS_DEBUG (node))
fputs (" supress-debug", file);
fputs (" suppress-debug", file);
if (TREE_CODE (node) == FUNCTION_DECL && DECL_BUILT_IN (node))
fputs (" built-in", file);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment