From aabcd30904d8ae69db59eedd1120e26ee89b9c61 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 1 Apr 2005 03:42:55 +0000 Subject: cgraphunit.c, [...]: Fix comment typos. * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c, lambda-code.c, loop.c, machmode.def, mips-tfile.c, modulo-sched.c, passes.c, postreload-gcse.c, tree-eh.c, tree-ssa-ccp.c, varasm.c, config/frv/frv.c, config/frv/frv.h, config/frv/frv.md, config/i386/i386.c, config/i386/i386.h, config/i386/i386.md, config/rs6000/predicates.md, config/rs6000/rs6000.c, config/s390/fixdfdi.h, config/s390/s390.c, config/stormy16/stormy16.c, config/stormy16/stormy16.md, config/vax/vax.md: Fix comment typos. From-SVN: r97362 --- gcc/gcse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gcse.c') diff --git a/gcc/gcse.c b/gcc/gcse.c index 467a50a..02a179e 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -3260,7 +3260,7 @@ cprop (int alter_jumps) settle for the condition variable in the jump instruction being integral. We prefer to be able to record the value of a user variable, rather than the value of a temporary used in a condition. This could be solved by - recording the value of *every* register scaned by canonicalize_condition, + recording the value of *every* register scanned by canonicalize_condition, but this would require some code reorganization. */ rtx -- cgit v1.1