fix typos in comments.
authorRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 04:17:16 +0000 (04:17 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 04:17:16 +0000 (04:17 +0000)
From-SVN: r1270

13 files changed:
gcc/config/i960/i960.c
gcc/config/i960/i960.md
gcc/config/m68k/m68k.c
gcc/config/m88k/m88k.c
gcc/config/m88k/m88k.h
gcc/config/m88k/sysv3.h
gcc/config/mips/mips.c
gcc/config/mips/t-mips
gcc/config/mips/t-osfrose
gcc/config/mips/t-ultrix
gcc/config/sparc/pbd.h
gcc/config/sparc/sparc.c
gcc/config/vax/vms.h

index 56bae9b2b96b89d55d0ab6171fed61c55c8912d8..70abbdd3024a07488f0ea231a69eb84161333162 100644 (file)
@@ -733,7 +733,7 @@ i960_output_ldconst (dst, src)
 }
 
 /* Determine if there is an opportunity for a bypass optimization.
-   Bypass suceeds on the 960K* if the destination of the previous
+   Bypass succeeds on the 960K* if the destination of the previous
    instruction is the second operand of the current instruction.
    Bypass always succeeds on the C*.
  
@@ -2073,7 +2073,7 @@ i960_round_align (align, tsize)
 }
 \f
 /* Do any needed setup for a varargs function.  For the i960, we must
-   create a register paramter block if one doesn't exist, and then copy
+   create a register parameter block if one doesn't exist, and then copy
    all register parameters to memory.  */
 
 void
index 1adf36a4d5d742a8e9e89297d9a41ffff017e472..fbb3a4e0f05596311d1945cc5b7d093e6c8d4a85 100644 (file)
   [(set_attr "type" "branch")])
 \f
 ;; Normal move instructions.
-;; This code is based on the sparc machine desciption.
+;; This code is based on the sparc machine description.
 
 (define_expand "movsi"
   [(set (match_operand:SI 0 "general_operand" "")
index 82168bc74d7c77a4acfbe46c39de0f0fe99a1992..c2143591e09e55ea7188389ceff48133c29d51cb 100644 (file)
@@ -1249,7 +1249,7 @@ standard_68881_constant_p (x)
   union {double d; int i[2];} u;
   register double d;
 
-  /* fmovecr must be emulated on the 68040, so it shoudn't be used at all. */
+  /* fmovecr must be emulated on the 68040, so it shouldn't be used at all. */
   if (TARGET_68040)
     return 0;
 
index 3c1b7ae82ad41dad0a5028ebcf4415681dce814b..e1bc52a2444e31f13030164ec03fef2353ad4b70 100644 (file)
@@ -903,7 +903,7 @@ mostly_false_jump (jump_insn, condition)
 
   /* EQ tests are usually false and NE tests are usually true.  Also,
      most quantities are positive, so we can make the appropriate guesses
-     about signed comparisons against zero.  Consider unsigned comparsions
+     about signed comparisons against zero.  Consider unsigned comparisons
      to be a range check and assume quantities to be in range.  */
   switch (GET_CODE (condition))
     {
index cd78bfb626612122dab42fac5267b27a005af11a..98499cb95f731514fe67818a3654baf454a96af1 100644 (file)
@@ -452,7 +452,7 @@ extern char * reg_names[];
     spill area instead of memory.
       -waste if only used once
 
-    floating point caluclations
+    floating point calculations
       -probably a waste unless we have run out of general purpose registers
 
     freeing up general purpose registers
@@ -503,8 +503,8 @@ extern char * reg_names[];
        But this is currently disabled since tying in global_alloc is not
        yet implemented.
 
-    The explaination of why the preserved register is not used is as follows,
-    I believe.  The registers are being allocated in order.  Tieing is not
+    The explanation of why the preserved register is not used is as follows,
+    I believe.  The registers are being allocated in order.  Tying is not
     done so efficiently, so when it comes time to do the first allocation,
     there are no registers left to use without spilling except extended
     registers.  Then when the next pseudo register needs a hard reg, there
@@ -556,7 +556,7 @@ extern char * reg_names[];
    The following follows the current 88open UCS specification for the
    Extended Register File (XRF):
    Reg 32       = x0           Always equal to zero
-   Reg 33-53   = x1-x21        Tempory registers (Caller Save)
+   Reg 33-53   = x1-x21        Temporary registers (Caller Save)
    Reg 54-61   = x22-x29       Preserver registers (Callee Save)
    Reg 62-63   = x30-x31       Reserved for future ABI use.
 
index f3ce335f7ef0287cdfacaebf14a366fe8c41fb2e..dc3a737e716c68bf8c2cb57f75fee66ce253177e 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.
-   Motorola m88100 running the AT&T/Unisoft/Motorla V.3 reference port.
+   Motorola m88100 running the AT&T/Unisoft/Motorola V.3 reference port.
    Copyright (C) 1990, 1991 Free Software Foundation, Inc.
    Contributed by Ray Essick (ressick@mot.com)
    Currently supported by Tom Wood (wood@dg-rtp.dg.com)
index e911ca8dd00be3a74155b1486c542091f139118f..f30c1ed84c0a1f92ac91e00e153f74eb4660573c 100644 (file)
@@ -1512,7 +1512,7 @@ gen_int_relational (test_code, result, cmp0, cmp1, p_invert)
      rtx cmp0;                 /* first operand to compare */
      rtx cmp1;                 /* second operand to compare */
      int *p_invert;            /* NULL or ptr to hold whether branch needs */
-                               /* to reserse it's test */
+                               /* to reverse its test */
 {
   struct cmp_info {
     enum rtx_code test_code;   /* code to use in instruction (LT vs. LTU) */
@@ -1614,7 +1614,7 @@ gen_int_relational (test_code, result, cmp0, cmp1, p_invert)
            return (rtx)0;
        }
 
-      /* allocate a psuedo to calculate the value in.  */
+      /* allocate a pseudo to calculate the value in.  */
       result = gen_reg_rtx (SImode);
     }
 
@@ -1811,8 +1811,8 @@ fail:
 
 static rtx
 block_move_load_store (dest_reg, src_reg, p_bytes, p_offset, align, orig_src)
-     rtx src_reg;              /* register holding source memory addresss */
-     rtx dest_reg;             /* register holding dest. memory addresss */
+     rtx src_reg;              /* register holding source memory address */
+     rtx dest_reg;             /* register holding dest. memory address */
      int *p_bytes;             /* pointer to # bytes remaining */
      int *p_offset;            /* pointer to current offset */
      int align;                        /* alignment */
index ba9c96cd38a5b6ccf292a01537e7ee98d1054cd6..2dcaea19f3bfcc05c06546c32123545c2bf35e4c 100644 (file)
@@ -7,7 +7,7 @@ CONFIG2_H       = $(srcdir)/config/mips.h
 # PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
 # PREMADE_ATTRTAB_MD = $(srcdir)/config/mips-at.md
 
-# Supress building libgcc1.a, since the MIPS compiler port is complete
+# Suppress building libgcc1.a, since the MIPS compiler port is complete
 # and does not need anything from libgcc1.a.
 LIBGCC1 = libgcc1.null
 
index c812fa5c51776348e4e11ad04e704bcd1facea7a..b8c0fdaad2358e03a39b9ce522d1e40393caf622 100644 (file)
@@ -6,7 +6,7 @@ CONFIG2_H       = $(srcdir)/config/mips.h $(srcdir)/config/decrose.h $(srcdir)/halfpic
 # PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
 # PREMADE_ATTRTAB_MD = $(srcdir)/config/mips-at.md
 
-# Supress building libgcc1.a, since the MIPS compiler port is complete
+# Suppress building libgcc1.a, since the MIPS compiler port is complete
 # and does not need anything from libgcc1.a.
 LIBGCC1 = libgcc1.null
 
index ba9c96cd38a5b6ccf292a01537e7ee98d1054cd6..2dcaea19f3bfcc05c06546c32123545c2bf35e4c 100644 (file)
@@ -7,7 +7,7 @@ CONFIG2_H       = $(srcdir)/config/mips.h
 # PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
 # PREMADE_ATTRTAB_MD = $(srcdir)/config/mips-at.md
 
-# Supress building libgcc1.a, since the MIPS compiler port is complete
+# Suppress building libgcc1.a, since the MIPS compiler port is complete
 # and does not need anything from libgcc1.a.
 LIBGCC1 = libgcc1.null
 
index 1b75fe23144f0814589e9c0c516b7c0419aae442..62d0e31a4c8096647e6ae5c3900c2ee4ed35380c 100644 (file)
@@ -66,7 +66,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define SCCS_DIRECTIVE
 
-/* LINK_SPEC is needed only for Sunos 4.  */
+/* LINK_SPEC is needed only for SunOS 4.  */
 
 #undef LINK_SPEC
 
index 3d453ca61a77dbf15c2e7872cd9ce2cbc530e620..d91a4c3b05d8c260f459957998a1efde2ecacb35 100644 (file)
@@ -1018,7 +1018,7 @@ mem_aligned_8 (mem)
     }
 
   /* If it's the stack or frame pointer, check offset alignment.
-     We can have improper aligment in the function entry code.  */
+     We can have improper alignment in the function entry code.  */
   if (base
       && (REGNO (base) == FRAME_POINTER_REGNUM
          || REGNO (base) == STACK_POINTER_REGNUM))
@@ -1217,7 +1217,7 @@ output_move_double (operands)
 }
 
 /* Output assembler code to perform a quadword move insn
-   with operands OPERANDS.  This is very similar to the preceeding
+   with operands OPERANDS.  This is very similar to the preceding
    output_move_double function.  */
 
 char *
@@ -2676,7 +2676,7 @@ memory_ok_for_ldd (addr1, addr2)
   if (reg1 != REGNO (XEXP (addr2, 0)))
     return 0;
 
-  /* The first offset must be evenly divisable by 8 to ensure the 
+  /* The first offset must be evenly divisible by 8 to ensure the 
      address is 64 bit aligned.  */
   if (offset1 % 8 != 0)
     return 0;
index 8d463311709e8f1998f9d175f05980b253660771..e472357c1f8e48be560b3ceecd740dd7bbbcd9a8 100644 (file)
@@ -63,7 +63,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* We redefine this because there is a hidden variable on the stack
    that VAXC$ESTABLISH uses.  We just need to add four bytes to whatever
-   gcc thinks that we need.  Similarily, we need to move all local variables
+   gcc thinks that we need.  Similarly, we need to move all local variables
    down 4 bytes in the stack.  */
 
 #define STARTING_FRAME_OFFSET -4