summaryrefslogtreecommitdiff
path: root/gcc/config/sh
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-26 12:17:52 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-26 12:17:52 +0000
commit666137bc66ce56e73fcdd9d4764519d010f47f4a (patch)
tree903b6ffc6c810b13e3b3edeb9e468186e2ee4223 /gcc/config/sh
parent151af9883b7f98ddd24f3ccab6923f88960dd889 (diff)
downloadgcc-666137bc66ce56e73fcdd9d4764519d010f47f4a.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125089 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh')
-rw-r--r--gcc/config/sh/symbian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/symbian.c b/gcc/config/sh/symbian.c
index 4836d9b4e64..98120265207 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