From 1ea7e6ad84d890cc6d002e9e698055de85a28cfd Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 30 May 2004 07:12:58 +0000 Subject: c-common.c, [...]: Fix comment typos. * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c, ddg.c, ddg.h, df.c, df.h, except.c, expr.c, flags.h, fold-const.c, gcc.c, gimplify.c, haifa-sched.c, modulo-sched.c, tree-inline.c, tree-into-ssa.c, tree-nested.c, tree-nrv.c, tree-ssa-ccp.c, tree-ssa-dom.c, tree-ssa-live.c, tree-ssa-loop.c, tree-ssa-pre.c, tree-tailcall.c, tree.h: Fix comment typos. Follow spelling conventions. From-SVN: r82439 --- gcc/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/flags.h') diff --git a/gcc/flags.h b/gcc/flags.h index 4de7696..e5d3cd1 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -424,7 +424,7 @@ extern int flag_gen_aux_info; extern int flag_shared_data; -/* Controls the activiation of SMS modulo scheduling. */ +/* Controls the activation of SMS modulo scheduling. */ extern int flag_modulo_sched; /* flag_schedule_insns means schedule insns within basic blocks (before -- cgit v1.1