From 4dad0aca146f96888dda601263e31f8621de1bae Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 26 May 2007 12:17:52 +0000 Subject: c-typeck.c, [...]: Fix typos and follow spelling conventions in various warning/error/diagnostic... * c-typeck.c, config/arm/arm.c, config/darwin.c, config/sh/symbian.c, gcc.c, ipa-cp.c, ipa-inline.c, loop-iv.c, omega.c, tree-ssa-loop-niter.c, treestruct.def: Fix typos and follow spelling conventions in various warning/error/diagnostic messages. From-SVN: r125089 --- gcc/config/sh/symbian.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/sh/symbian.c') 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 -- cgit v1.1