From 84b5219512f7f97229b5ab794b1159e0faeffa43 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 23 Sep 2004 10:54:07 +0000 Subject: [PATCH] * cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87939 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/cfgexpand.c | 4 ++-- gcc/config/s390/tpf-eh.c | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 017c8e65140..704bcaf5bc0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-23 Kazu Hirata + + * cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos. + 2004-09-22 Eric Christopher * builtins.c (simplify_builtin_va_start): Remove. diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 5f8ec900286..5d6c56e9bbb 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -41,8 +41,8 @@ Boston, MA 02111-1307, USA. */ /* Verify that there is exactly single jump instruction since last and attach REG_BR_PROB note specifying probability. ??? We really ought to pass the probability down to RTL expanders and let it - re-distribute it when the conditional expands into multiple coniditionals. - This is however dificult to do. */ + re-distribute it when the conditional expands into multiple conditionals. + This is however difficult to do. */ static void add_reg_br_prob_note (FILE *dump_file, rtx last, int probability) { diff --git a/gcc/config/s390/tpf-eh.c b/gcc/config/s390/tpf-eh.c index 1ce01ab56ea..788857da26f 100644 --- a/gcc/config/s390/tpf-eh.c +++ b/gcc/config/s390/tpf-eh.c @@ -64,7 +64,7 @@ unsigned int __isPATrange(void *addr) /* Function Name: __tpf_eh_return Parameters passed into it: Destination address to jump to. Return Value: Converted Destination address if a Pat Stub exists. - Description: This function swaps the uwinding return address + Description: This function swaps the unwinding return address with the cp stub code. The original target return address is then stored into the tpf return address field. The cp stub code is searched for by climbing back up the stack and @@ -158,7 +158,7 @@ void *__tpf_eh_return (void *target) the exception handling unwinder so that it can actually do the "leap" shift out the low order bit designated to determine if we are in 64BIT mode. - This is nececcary for CTOA stubs. + This is necessary for CTOA stubs. Otherwise we leap one byte past where we want to go to in the TPF pat stub linkage code. */ shifter = *((unsigned long int *) -- 2.11.4.GIT