From 66efeafc2ee0d483d6a50f6f1f8a53d07bcbb660 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 2 Oct 2004 12:47:11 +0000 Subject: [PATCH] * tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos. From-SVN: r88424 --- gcc/ChangeLog | 4 ++++ gcc/config/s390/tpf-unwind.h | 4 ++-- gcc/tree-cfg.c | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9dbb7feec0b..02ce00f8163 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-02 Kazu Hirata + + * tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos. + 2004-10-02 Kazu Hirata * tree-cfg.c (cleanup_tree_cfg): Speed up by calling diff --git a/gcc/config/s390/tpf-unwind.h b/gcc/config/s390/tpf-unwind.h index 6f2ccd9ec60..6c584ac60aa 100644 --- a/gcc/config/s390/tpf-unwind.h +++ b/gcc/config/s390/tpf-unwind.h @@ -123,7 +123,7 @@ s390_fallback_frame_state (struct _Unwind_Context *context, /* 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 @@ -231,7 +231,7 @@ __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 *) diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index 6919facd403..dde9aee0d0f 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -954,7 +954,7 @@ group_case_labels (void) tree default_case = TREE_VEC_ELT (labels, old_size - 1); tree default_label; - /* The default lable is always the last case in a switch + /* The default label is always the last case in a switch statement after gimplification. */ default_label = CASE_LABEL (default_case); -- 2.30.2