From b903337a734cf8844314fceaf0a5b47fb402d942 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 17 Jan 2003 03:28:11 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61421 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/rtlanal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rtlanal.c') diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 030682e43f9..5e0677066a8 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -3420,7 +3420,7 @@ hoist_test_store (x, val, live) /* Pseudo registers can be allways replaced by another pseudo to avoid the side effect, for hard register we must ensure that they are dead. Eventually we may want to add code to try turn pseudos to hards, but it - is unlikely usefull. */ + is unlikely useful. */ if (REGNO (x) < FIRST_PSEUDO_REGISTER) { -- cgit v1.2.1