diff options
Diffstat (limited to 'gcc/config/sh/symbian.c')
-rw-r--r-- | gcc/config/sh/symbian.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/symbian.c b/gcc/config/sh/symbian.c index 4836d9b..9812026 100644 --- a/gcc/config/sh/symbian.c +++ b/gcc/config/sh/symbian.c @@ -381,7 +381,7 @@ symbian_add_attribute (tree node, const char *attr_name) TYPE_ATTRIBUTES (node) = tree_cons (attr, NULL_TREE, attrs); #if SYMBIAN_DEBUG - fprintf (stderr, "propogate %s attribute", attr_name); + fprintf (stderr, "propagate %s attribute", attr_name); print_node_brief (stderr, " to", node, 0); fprintf (stderr, "\n"); #endif |