OSDN Git Service

(print_node): Fix misspellings in messages.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 May 1995 12:44:38 +0000 (12:44 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 May 1995 12:44:38 +0000 (12:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9716 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/print-tree.c

index cd7e808..f110dfd 100644 (file)
@@ -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);