From 3d042e770b6b46116c9b45eb924b67a47178dbd8 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 17 Jan 2003 03:28:11 +0000 Subject: ifcvt.c: Fix comment typos. * ifcvt.c: Fix comment typos. * lcm.c: Likewise. * libgcc2.c: Likewise. * local-alloc.c: Likewise. * loop.c: Likewise. * predict.c: Likewise. * ra-build.c: Likewise. * ra.c: Likewise. * ra-colorize.c: Likewise. * ra.h: Likewise. * ra-rewrite.c: Likewise. * regmove.c: Likewise. * reload.h: Likewise. * rtlanal.c: Likewise. * toplev.c: Likewise. * tree.h: Likewise. * unwind-dw2-fde-glibc.c: Likewise. * vmsdbgout.c: Likewise. From-SVN: r61421 --- gcc/ra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ra.h') diff --git a/gcc/ra.h b/gcc/ra.h index 04962df9..522b77a 100644 --- a/gcc/ra.h +++ b/gcc/ra.h @@ -258,7 +258,7 @@ struct web /* Number of usable colors in usable_regs. */ int num_freedom; - /* After successfull coloring the graph each web gets a new reg rtx, + /* After successful coloring the graph each web gets a new reg rtx, with which the original uses and defs are replaced. This is it. */ rtx reg_rtx; -- cgit v1.1