OSDN Git Service

* tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Oct 2004 12:47:11 +0000 (12:47 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Oct 2004 12:47:11 +0000 (12:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88424 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/s390/tpf-unwind.h
gcc/tree-cfg.c

index 9dbb7fe..02ce00f 100644 (file)
@@ -1,5 +1,9 @@
 2004-10-02  Kazu Hirata  <kazu@cs.umass.edu>
 
+       * tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos.
+
+2004-10-02  Kazu Hirata  <kazu@cs.umass.edu>
+
        * tree-cfg.c (cleanup_tree_cfg): Speed up by calling
        delete_unrechable_blocks() only when necessary.
 
index 6f2ccd9..6c584ac 100644 (file)
@@ -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 *) 
index 6919fac..dde9aee 100644 (file)
@@ -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);