From cc9795d4aa4340f121bd6a182ac610e73b91b0c2 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 29 May 2005 19:38:34 +0000 Subject: cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump messages. * cgraphunit.c, ipa-inline.c, loop-iv.c, modulo-sched.c, opts.c, postreload-gcse.c, tree-browser.def, tree-eh.c, tree-ssa-copyrename.c, tree-vect-analyze.c: Fix typos and follow spelling conventions in error/dump messages. From-SVN: r100330 --- gcc/postreload-gcse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/postreload-gcse.c') diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c index 3734ed1..b821db1 100644 --- a/gcc/postreload-gcse.c +++ b/gcc/postreload-gcse.c @@ -439,7 +439,7 @@ dump_hash_table_entry (void **slot, void *filep) fprintf (file, "expr: "); print_rtl (file, expr->expr); fprintf (file,"\nhashcode: %u\n", expr->hash); - fprintf (file,"list of occurences:\n"); + fprintf (file,"list of occurrences:\n"); occr = expr->avail_occr; while (occr) { -- cgit v1.1