From 229031d0e2ec3c74d8dcc0abe20b2906026fd978 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 10 Sep 2004 08:56:36 +0000 Subject: cgraphunit.c, [...]: Fix comment typos. * cgraphunit.c, predict.c, tree-ssa-loop-ivopts.c: Fix comment typos. From-SVN: r87283 --- gcc/tree-ssa-loop-ivopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-loop-ivopts.c') diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index 4ff3e0d..c8e3762 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -1559,7 +1559,7 @@ add_standard_iv_candidates (struct ivopts_data *data) build_int_cst (unsigned_intSI_type_node, 1), true, NULL); - /* The same for a long type if it is still fast enought. */ + /* The same for a long type if it is still fast enough. */ if (BITS_PER_WORD > 32) add_candidate (data, build_int_cst (unsigned_intDI_type_node, 0), -- cgit v1.1