* loop.c: Fix a comment typo.
authorKazu Hirata <kazu@gcc.gnu.org>
Sat, 14 Sep 2002 14:00:16 +0000 (14:00 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 14 Sep 2002 14:00:16 +0000 (14:00 +0000)
From-SVN: r57145

gcc/ChangeLog
gcc/ChangeLog.5
gcc/ChangeLog.6
gcc/cp/ChangeLog.1
gcc/loop.c
gcc/testsuite/ChangeLog

index 57a8aa4..869f704 100644 (file)
@@ -1,5 +1,9 @@
 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
 
+       * loop.c: Fix a comment typo.
+
+2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
+
        * config/fr30/fr30.h: Fix comment typos.
        * config/frv/frv.c: Likewise.
        * config/i386/xmmintrin.h: Likewise.
index 40eccd1..53c4341 100644 (file)
@@ -10795,7 +10795,7 @@ Fri Feb  9 15:05:27 2001  Christopher Faylor <cgf@cygnus.com>
 
        * config/i386/i386.c (ix86_frame_pointer_required): New.
        (ix86_setup_frame_addresses): New.
-       (struct machine_funciton): Add accesses_prev_frame.
+       (struct machine_function): Add accesses_prev_frame.
        * config/i386/i386.h (FRAME_POINTER_REQUIRED): Call
        ix86_frame_pointer_required.
        (SUBTARGET_FRAME_POINTER_REQUIRED): New.
index d0e9a23..7d95928 100644 (file)
@@ -16990,7 +16990,7 @@ Fri Jul 20 13:24:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
        dwarfout.h.
-       * dbxout.c (dbxout_function): Rename dbxout_funciton_decl, move
+       * dbxout.c (dbxout_function): Rename dbxout_function_decl, move
        to conditionally compiled block.
        (dbx_debug_hooks, xcoff_debug_hooks): Update.
        * dbxout.h (dbxout_function): Remove.
@@ -18418,7 +18418,7 @@ Mon Jul  9 06:41:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
        * config/ia64/ia64.c (ia64_output_end_prologue): Rename to
        ia64_output_function_end_prologue.  Use in target struct
        and make static.
-       (ia64_function_prologue, ia64_funciton_epilogue): Rename
+       (ia64_function_prologue, ia64_function_epilogue): Rename
        mistyped prototypes.
        * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Delete.
        * config/m88k/m88k-protos.h (m88k_end_prologue, m88k_begin_epilogue):
index b411f18..1ce8bd3 100644 (file)
@@ -6168,7 +6168,7 @@ Wed May  4 11:19:45 1994  Jason Merrill  <jason@deneb.cygnus.com>
 Tue May  3 16:02:53 1994  Per Bothner  <bothner@kalessin.cygnus.com>
 
        Give a vtable entries a unique named type, for the sake of gdb.
-       * class.c (build_vtable_entry):  The addres of a thunk now has
+       * class.c (build_vtable_entry):  The address of a thunk now has
        type vtable_entry_type, not ptr_type_node.
        * method.c (make_thunk):  Fix type of THUNK_DECL.
        * class.c (add_virtual_function, override_one_vtable):  Use
index 24b16aa..6f8995a 100644 (file)
@@ -3583,7 +3583,7 @@ struct prefetch_info
   HOST_WIDE_INT index;
   HOST_WIDE_INT stride;                /* Prefetch stride in bytes in each
                                   iteration.  */
-  unsigned int bytes_accessed; /* Sum of sizes of all acceses to this
+  unsigned int bytes_accessed; /* Sum of sizes of all accesses to this
                                   prefetch area in one iteration.  */
   unsigned int total_bytes;    /* Total bytes loop will access in this block.
                                   This is set only for loops with known
index f0be990..97a4325 100644 (file)
@@ -6659,7 +6659,7 @@ Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
 
        * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
        a signed long modulo operation.
-       (mod6): New funciton - perform an unsigned long modulo operation.
+       (mod6): New function - perform an unsigned long modulo operation.
        (main): Add tests for modulos of very large numbers by very small
        dividends.