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/ipa-cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ipa-cp.c') diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index 32f8b6d..ee989c1 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -792,7 +792,7 @@ ipcp_profile_bb_print (FILE * f) ENTRY_BLOCK_PTR_FOR_FUNCTION (DECL_STRUCT_FUNCTION (node->decl)); fprintf (f, "ENTRY: Count"); fprintf (f, " " HOST_WIDE_INT_PRINT_DEC - " Frquency %d\n", (HOST_WIDE_INT) bb->count, + " Frequency %d\n", (HOST_WIDE_INT) bb->count, bb->frequency); FOR_EACH_BB_FN (bb, DECL_STRUCT_FUNCTION (node->decl)) -- cgit v1.1