* tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 2 Oct 2004 12:47:11 +0000 (12:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 2 Oct 2004 12:47:11 +0000 (12:47 +0000)
From-SVN: r88424

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

index 9dbb7feec0bf693df3587f5b470d56887622a610..02ce00f8163f43681b81a5e3c285f5f8a1ecc121 100644 (file)
@@ -1,3 +1,7 @@
+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
index 6f2ccd9ec603dd88efc6c109b5a2bb21a4ae17fb..6c584ac60aa4f9753cc5923081870e8b19caaf5b 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 6919facd4031be04858df1316fa71bd99c85b209..dde9aee0d0fec6910bf3f582a4d96b4e11584c54 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);