aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:44:38 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:44:38 -0400
commit788d4ba02bbf648593e81a79fd1f5366d7752db0 (patch)
tree44b2e695ec7df2e6e76bc68447aa7f0c85f83348 /gcc/print-tree.c
parentdebaccc20caa1a4107de5257ec9ff31ce41dc52c (diff)
downloadgcc-788d4ba02bbf648593e81a79fd1f5366d7752db0.zip
gcc-788d4ba02bbf648593e81a79fd1f5366d7752db0.tar.gz
gcc-788d4ba02bbf648593e81a79fd1f5366d7752db0.tar.bz2
(print_node): Fix misspellings in messages.
From-SVN: r9716
Diffstat (limited to 'gcc/print-tree.c')
-rw-r--r--gcc/print-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-tree.c b/gcc/print-tree.c
index cd7e808..f110dfd 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);