From 09da15320b1856ba010101ca5a1c2766d493c1b4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 13 Dec 2002 00:17:22 +0000 Subject: c-decl.c: Fix a comment typo. * c-decl.c: Fix a comment typo. * cfg.c: Likewise. * cfgcleanup.c: Likewise. * cfglayout.c: Likewise. * cfgrtl.c: Likewise. * c-typeck.c: Likewise. * dominance.c: Likewise. * dwarf2asm.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genautomata.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * loop.h: Likewise. * output.h: Likewise. * profile.c: Likewise. * ra.h: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * sched-rgn.c: Likewise. * stmt.c: Likewise. * tree.h: Likewise. * vmsdbgout.c: Likewise. From-SVN: r60085 --- gcc/integrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/integrate.c') diff --git a/gcc/integrate.c b/gcc/integrate.c index 7752d66..6746b3f 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -861,7 +861,7 @@ expand_inline_function (fndecl, parms, target, ignore, type, ??? These numbers are quite arbitrary and were obtained by experimentation. At some point, we should try to allocate the - table after all the parameters are set up so we an more accurately + table after all the parameters are set up so we can more accurately estimate the number of pseudos we will need. */ VARRAY_CONST_EQUIV_INIT (map->const_equiv_varray, -- cgit v1.1