From c0220ea4c509e3c14cef20c864545340aa4b98b4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 4 Mar 2006 23:05:24 +0000 Subject: builtins.c, [...]: Fix comment typos. * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraphunit.c, combine.c, common.opt, config/dfp-bit.c, config/i386/i386.c, config/m68k/m68k.c, config/m68k/m68k.md, config/mt/mt.c, config/mt/mt.h, config/s390/s390.md, df-core.c, df-problems.c, df-scan.c, df.h, diagnostic.c, expr.c, function.h, gimplify.c, loop-invariant.c, omp-low.c, opts.c, passes.c, rtl-factoring.c, rtlanal.c, struct-equiv.c, tree-cfgcleanup.c, tree-ssa-loop-niter.c, tree-ssa-loop-prefetch.c, tree-ssa-structalias.c, tree-ssa-threadedge.c, tree-ssa-threadupdate.c, tree-vect-patterns.c, tree-vect-transform.c, tree-vectorizer.h, tree-vrp.c, unwind-dw2.c: Fix comment typos. Follow spelling conventions. From-SVN: r111721 --- gcc/df-scan.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/df-scan.c') diff --git a/gcc/df-scan.c b/gcc/df-scan.c index 934f98d..1ed153d 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -549,7 +549,7 @@ df_ref_create (struct df *df, rtx reg, rtx *loc, rtx insn, ----------------------------------------------------------------------------*/ -/* Get the artifical uses for a basic block. */ +/* Get the artificial uses for a basic block. */ struct df_ref * df_get_artificial_defs (struct df *df, unsigned int bb_index) @@ -559,7 +559,7 @@ df_get_artificial_defs (struct df *df, unsigned int bb_index) } -/* Get the artifical uses for a basic block. */ +/* Get the artificial uses for a basic block. */ struct df_ref * df_get_artificial_uses (struct df *df, unsigned int bb_index) @@ -797,7 +797,7 @@ df_bb_refs_delete (struct dataflow *dflow, int bb_index) } } - /* Get rid of any artifical uses or defs. */ + /* Get rid of any artificial uses or defs. */ if (bb_info) { def = bb_info->artificial_defs; -- cgit v1.1