From 3927afe00736d112235414ba26efbb13f2830057 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 20 Mar 2004 05:21:41 +0000 Subject: * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c, expmed.c, ggc-common.c, jump.c, passes.c, recog.c, regmove.c, reorg.c, tree.h: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79730 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/passes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/passes.c') diff --git a/gcc/passes.c b/gcc/passes.c index f70cb856a7e..5ee44d4a654 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -1677,7 +1677,7 @@ rest_of_compilation (tree decl) #ifdef SETJMP_VIA_SAVE_AREA /* This must be performed before virtual register instantiation. - Please be aware the everything in the compiler that can look + Please be aware that everything in the compiler that can look at the RTL up to this point must understand that REG_SAVE_AREA is just like a use of the REG contained inside. */ if (current_function_calls_alloca) -- cgit v1.2.1