]> gcc.gnu.org Git - gcc.git/commitdiff
fde-glibc.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 26 Jan 2003 20:15:36 +0000 (20:15 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 26 Jan 2003 20:15:36 +0000 (20:15 +0000)
* config/ia64/fde-glibc.c: Fix comment typos.
* config/ia64/hpux.h: Likewise.
* config/ia64/ia64.c: Likewise.
* config/ia64/ia64.h: Likewise.
* config/ia64/unwind-ia64.c: Likewise.

From-SVN: r61857

gcc/ChangeLog
gcc/config/ia64/fde-glibc.c
gcc/config/ia64/hpux.h
gcc/config/ia64/ia64.c
gcc/config/ia64/ia64.h
gcc/config/ia64/unwind-ia64.c

index 77b21d895f177200f8c06587c48e89c2b16b104b..4d839eae1b462426dfd58a2e373b3eaed9ff383c 100644 (file)
@@ -1,3 +1,11 @@
+2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/ia64/fde-glibc.c: Fix comment typos.
+       * config/ia64/hpux.h: Likewise.
+       * config/ia64/ia64.c: Likewise.
+       * config/ia64/ia64.h: Likewise.
+       * config/ia64/unwind-ia64.c: Likewise.
+
 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/i386/i386-modes.def: Fix comment typos.
index 83cc93a92563c13ec290d38b61bf3bb5b5c1cbc0..6bd193fdf41557829d608dc6b62093e08ccbc978 100644 (file)
@@ -121,7 +121,7 @@ _Unwind_IteratePhdrCallback (struct dl_phdr_info *info, size_t size, void *ptr)
 
   if (p_dynamic)
     {
-      /* For dynamicly linked executables and shared libraries,
+      /* For dynamically linked executables and shared libraries,
         DT_PLTGOT is the gp value for that object.  */
       Elf64_Dyn *dyn = (Elf64_Dyn *)(p_dynamic->p_vaddr + load_base);
       for (; dyn->d_tag != DT_NULL ; dyn++)
index 230009950683a0300006584860b4fca4b0da67c6..3ebb7be77ddec0026136ced50db54ae6e5161020 100644 (file)
@@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* Target OS builtins.  */
 /* -D__fpreg=long double is needed to compensate for
-   the lack of __fpreg which is a primative type in
+   the lack of __fpreg which is a primitive type in
    HP C but does not exist in GNU C.  */
 #define TARGET_OS_CPP_BUILTINS()                       \
 do {                                                   \
index 784bc394cd3f2be90c89c571790dc04d44c95aa0..c641e2d6128fcecc2723ce7badb96d117afafa8e 100644 (file)
@@ -1036,7 +1036,7 @@ ia64_move_ok (dst, src)
     return GET_CODE (src) == CONST_DOUBLE && CONST_DOUBLE_OK_FOR_G (src);
 }
 
-/* Check if OP is a mask suitible for use with SHIFT in a dep.z instruction.
+/* Check if OP is a mask suitable for use with SHIFT in a dep.z instruction.
    Return the length of the field, or <= 0 on failure.  */
 
 int
@@ -1779,7 +1779,7 @@ ia64_compute_frame_size (size)
   i = regno - OUT_REG (0) + 1;
 
   /* When -p profiling, we need one output register for the mcount argument.
-     Likwise for -a profiling for the bb_init_func argument.  For -ax
+     Likewise for -a profiling for the bb_init_func argument.  For -ax
      profiling, we need two output registers for the two bb_init_trace_func
      arguments.  */
   if (current_function_profile)
@@ -2246,7 +2246,7 @@ do_restore (move_fn, reg, cfa_off)
 
 /* Wrapper functions that discards the CONST_INT spill offset.  These
    exist so that we can give gr_spill/gr_fill the offset they need and
-   use a consistant function interface.  */
+   use a consistent function interface.  */
 
 static rtx
 gen_movdi_x (dest, src, offset)
@@ -2861,7 +2861,7 @@ ia64_expand_epilogue (sibcall_p)
         first available call clobbered register.  If there was a frame_pointer 
         register, we may have swapped the names of r2 and HARD_FRAME_POINTER_REGNUM, 
         so we have to make sure we're using the string "r2" when emitting
-        the register name for the assmbler.  */
+        the register name for the assembler.  */
       if (current_frame_info.reg_fp && current_frame_info.reg_fp == GR_REG (2))
        fp = HARD_FRAME_POINTER_REGNUM;
 
@@ -3392,7 +3392,7 @@ ia64_function_arg (cum, mode, type, named, incoming)
     }
 
   /* If there is a prototype, then FP values go in a FR register when
-     named, and in a GR registeer when unnamed.  */
+     named, and in a GR register when unnamed.  */
   else if (cum->prototype)
     {
       if (! named)
@@ -3532,7 +3532,7 @@ ia64_function_arg_advance (cum, mode, type, named)
     cum->int_regs = cum->words;
 
   /* If there is a prototype, then FP values go in a FR register when
-     named, and in a GR registeer when unnamed.  */
+     named, and in a GR register when unnamed.  */
   else if (cum->prototype)
     {
       if (! named)
@@ -3972,7 +3972,7 @@ ia64_print_operand (file, x, code)
   return;
 }
 \f
-/* Calulate the cost of moving data from a register in class FROM to
+/* Calculate the cost of moving data from a register in class FROM to
    one in class TO, using MODE.  */
 
 int
@@ -5209,7 +5209,7 @@ safe_group_barrier_needed_p (insn)
 }
 
 /* INSNS is a chain of instructions.  Scan the chain, and insert stop bits
-   as necessary to eliminate dependendencies.  This function assumes that
+   as necessary to eliminate dependencies.  This function assumes that
    a final instruction scheduling pass has been run which has already
    inserted most of the necessary stop bits.  This function only inserts
    new ones at basic block boundaries, since these are invisible to the
@@ -5484,7 +5484,7 @@ static const char *bundle_name [NR_BUNDLES] =
 
 int ia64_final_schedule = 0;
 
-/* Codes of the corrsponding quieryied units: */
+/* Codes of the corresponding quieryied units: */
 
 static int _0mii_, _0mmi_, _0mfi_, _0mmf_;
 static int _0bbb_, _0mbb_, _0mib_, _0mmb_, _0mfb_, _0mlx_;
@@ -5517,7 +5517,7 @@ static state_t temp_dfa_state = NULL;
 static state_t prev_cycle_state = NULL;
 
 /* The following array element values are TRUE if the corresponding
-   insn reuqires to add stop bits before it.  */
+   insn requires to add stop bits before it.  */
 
 static char *stops_p;
 
index 970827bbf4d9445e1e04136fd9448e92302a789c..fb51797b51f1b7ec6687b836094a7ccf78b90975 100644 (file)
@@ -589,7 +589,7 @@ while (0)
    all the FIXED_REGISTERS.  Until this problem has been
    resolved this macro can be used to overcome this situation.
    In particular, block_propagate() requires this list
-   be acurate, or we can remove registers which should be live.
+   be accurate, or we can remove registers which should be live.
    This macro is used in regs_invalidated_by_call.  */
 
 #define CALL_REALLY_USED_REGISTERS \
index b3ba9333bccd2d60ad5cc189da91fa40328d42b0..9aae673c06893978f9673b3c77aa19b3591a1072 100644 (file)
@@ -1465,7 +1465,7 @@ ia64_rse_rnat_addr (unsigned long *slot_addr)
   return (unsigned long *) ((unsigned long) slot_addr | (0x3f << 3));
 }
 
-/* Calcuate the number of registers in the dirty partition starting at
+/* Calculate the number of registers in the dirty partition starting at
    BSPSTORE with a size of DIRTY bytes.  This isn't simply DIRTY
    divided by eight because the 64th slot is used to store ar.rnat.  */
 static inline unsigned long
This page took 0.102057 seconds and 5 git commands to generate.