diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:44:38 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:44:38 +0000 |
commit | e770cc2d04ff861ca7219a51678f0704c2cdcbb6 (patch) | |
tree | 44b2e695ec7df2e6e76bc68447aa7f0c85f83348 /gcc/print-tree.c | |
parent | 15079ea70d10190ac2270f7341d6646fdbcda5e5 (diff) | |
download | gcc-e770cc2d04ff861ca7219a51678f0704c2cdcbb6.tar.gz |
(print_node): Fix misspellings in messages.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9716 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/print-tree.c')
-rw-r--r-- | gcc/print-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-tree.c b/gcc/print-tree.c index cd7e8088d34..f110dfd8e9d 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -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); |