This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] gas/config/tc-[a-s]*: Fix comment typos.


Hi,

Committed as obvious without a ChangeLog entry.  (See
http://sources.redhat.com/ml/binutils/2003-10/msg00667.html.)

Kazu Hirata

Index: tc-a29k.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-a29k.h,v
retrieving revision 1.3
diff -u -r1.3 tc-a29k.h
--- tc-a29k.h	21 Nov 2003 00:24:40 -0000	1.3
+++ tc-a29k.h	22 Nov 2003 02:27:20 -0000
@@ -41,7 +41,7 @@
 #define COFF_MAGIC SIPFBOMAGIC
 /* Should the reloc be output ?
 	on the 29k, this is true only if there is a symbol attached.
-	on the h8, this is allways true, since no fixup is done
+	on the h8, this is always true, since no fixup is done
 */
 #define TC_COUNT_RELOC(x) (x->fx_addsy)
 #define TC_CONS_RELOC RELOC_32
Index: tc-arm.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-arm.c,v
retrieving revision 1.150
diff -u -r1.150 tc-arm.c
--- tc-arm.c	21 Nov 2003 00:24:40 -0000	1.150
+++ tc-arm.c	22 Nov 2003 02:27:24 -0000
@@ -1180,7 +1180,7 @@
   {"mla",        0xe0200090, 3,  ARM_EXT_V2,       do_mla},
   {"mlas",       0xe0300090, 3,  ARM_EXT_V2,       do_mla},
 
-  /* Generic copressor instructions.  */
+  /* Generic coprocessor instructions.  */
   {"cdp",        0xee000000, 3,  ARM_EXT_V2,       do_cdp},
   {"ldc",        0xec100000, 3,  ARM_EXT_V2,       do_lstc},
   {"ldcl",       0xec500000, 3,  ARM_EXT_V2,       do_lstc},
@@ -2867,7 +2867,7 @@
 	      if (!req_entry)
 		as_bad (_("unreq: missing hash entry for \"%s\""), name);
 	      else if (req_entry->builtin)
-		/* FIXME: We are deleteing a built in register alias which
+		/* FIXME: We are deleting a built in register alias which
 		   points to a const data structure, so we only need to
 		   free up the memory used by the key in the hash table.
 		   Unfortunately we have not recorded this value, so this
@@ -2876,7 +2876,7 @@
 		;
 	      else
 		{
-		  /* Deleteing a user defined alias.  We need to free the
+		  /* Deleting a user defined alias.  We need to free the
 		     key and the value, but fortunately the key is the same
 		     as the value->name field.  */
 		  free ((char *) req_entry->name);
Index: tc-dlx.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-dlx.h,v
retrieving revision 1.5
diff -u -r1.5 tc-dlx.h
--- tc-dlx.h	21 Nov 2003 00:24:40 -0000	1.5
+++ tc-dlx.h	22 Nov 2003 02:27:24 -0000
@@ -64,7 +64,7 @@
 #define COFF_MAGIC DLXMAGIC
 /* Should the reloc be output ?
 	on the 29k, this is true only if there is a symbol attached.
-	on the h8, this is allways true, since no fixup is done
+	on the h8, this is always true, since no fixup is done
         on dlx, I have no idea!! but lets keep it here just for fun.
 */
 #define TC_COUNT_RELOC(x) (x->fx_addsy)
Index: tc-hppa.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-hppa.c,v
retrieving revision 1.108
diff -u -r1.108 tc-hppa.c
--- tc-hppa.c	21 Nov 2003 14:38:06 -0000	1.108
+++ tc-hppa.c	22 Nov 2003 02:27:27 -0000
@@ -596,7 +596,7 @@
 static void pa_vtable_inherit  PARAMS ((int));
 #endif
 
-/* File and gloally scoped variable declarations.  */
+/* File and globally scoped variable declarations.  */
 
 #ifdef OBJ_SOM
 /* Root and final entry in the space chain.  */
Index: tc-i386.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-i386.c,v
retrieving revision 1.148
diff -u -r1.148 tc-i386.c
--- tc-i386.c	21 Nov 2003 14:38:06 -0000	1.148
+++ tc-i386.c	22 Nov 2003 02:27:30 -0000
@@ -1379,7 +1379,7 @@
 
       if ((i.tm.cpu_flags & CpuPNI) && i.operands > 0)
 	{
-	  /* These Intel Precott New Instructions have the fixed
+	  /* These Intel Prescott New Instructions have the fixed
 	     operands with an opcode suffix which is coded in the same
 	     place as an 8-bit immediate field would be. Here we check
 	     those operands and remove them afterwards.  */
Index: tc-m32r.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-m32r.c,v
retrieving revision 1.30
diff -u -r1.30 tc-m32r.c
--- tc-m32r.c	10 Jun 2003 22:08:45 -0000	1.30
+++ tc-m32r.c	22 Nov 2003 02:27:31 -0000
@@ -762,7 +762,7 @@
   char *errmsg;
   char save_str2 = *str2;
 
-  /* Seperate the two instructions.  */
+  /* Separate the two instructions.  */
   *str2 = 0;
 
   /* Make sure the two insns begin on a 32 bit boundary.
@@ -1017,14 +1017,14 @@
   /* Initialize GAS's cgen interface for a new instruction.  */
   gas_cgen_init_parse ();
 
-  /* Look for a parallel instruction seperator.  */
+  /* Look for a parallel instruction separator.  */
   if ((str2 = strstr (str, "||")) != NULL)
     {
       assemble_two_insns (str, str2, 1);
       return;
     }
 
-  /* Also look for a sequential instruction seperator.  */
+  /* Also look for a sequential instruction separator.  */
   if ((str2 = strstr (str, "->")) != NULL)
     {
       assemble_two_insns (str, str2, 0);
Index: tc-m68hc11.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-m68hc11.c,v
retrieving revision 1.42
diff -u -r1.42 tc-m68hc11.c
--- tc-m68hc11.c	27 Oct 2003 09:57:59 -0000	1.42
+++ tc-m68hc11.c	22 Nov 2003 02:27:32 -0000
@@ -233,7 +233,7 @@
 static struct hash_control *m68hc11_hash;
 
 /* Current cpu (either cpu6811 or cpu6812).  This is determined automagically
-   by 'get_default_target' by looking at default BFD vector.  This is overriden
+   by 'get_default_target' by looking at default BFD vector.  This is overridden
    with the -m<cpu> option.  */
 static int current_architecture = 0;
 
@@ -1569,7 +1569,7 @@
   fragS *frag;
   int where;
 
-  /* The relative branch convertion is not supported for
+  /* The relative branch conversion is not supported for
      brclr and brset.  */
   assert ((opcode->format & M6811_OP_BITMASK) == 0);
   assert (nb_operands == 1);
@@ -1719,7 +1719,7 @@
   char *f;
   unsigned long n;
 
-  /* The relative branch convertion is not supported for
+  /* The relative branch conversion is not supported for
      brclr and brset.  */
   assert ((opcode->format & M6811_OP_BITMASK) == 0);
   assert (nb_operands == 2);
@@ -2058,7 +2058,7 @@
 }
 
 /* build_insn takes a pointer to the opcode entry in the opcode table,
-   the array of operand expressions and builds the correspding instruction.
+   the array of operand expressions and builds the corresponding instruction.
    This operation only deals with non relative jumps insn (need special
    handling).  */
 static void
Index: tc-m68k.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-m68k.c,v
retrieving revision 1.47
diff -u -r1.47 tc-m68k.c
--- tc-m68k.c	21 Oct 2003 13:28:59 -0000	1.47
+++ tc-m68k.c	22 Nov 2003 02:27:35 -0000
@@ -672,7 +672,7 @@
   register unsigned char *opcode = fixP->fx_frag->fr_opcode;
 
   /* Rewrite the PC relative instructions to absolute address ones.
-     these are rumoured to be faster, and the apollo linker refuses
+     these are rumored to be faster, and the apollo linker refuses
      to deal with the PC relative relocations.  */
   if (opcode[0] == 0x60 && opcode[1] == 0xff) /* BRA -> JMP.  */
     {
@@ -2400,7 +2400,7 @@
 		  break;
 		}
 
-	      /* Figure out innner displacement stuff.  */
+	      /* Figure out inner displacement stuff.  */
 	      if (opP->mode == POST || opP->mode == PRE)
 		{
 		  if (cpu_of_arch (current_architecture) & cpu32)
@@ -4583,7 +4583,7 @@
       fragP->fr_opcode[1]  = 0x06;	/* Branch offset = 6.  */
 
       /* JF: these used to be fr_opcode[2,3], but they may be in a
-	   different frag, in which case refering to them is a no-no.
+	   different frag, in which case referring to them is a no-no.
 	   Only fr_opcode[0,1] are guaranteed to work.  */
       *buffer_address++ = 0x4e;	/* put in jmp long (0x4ef9) */
       *buffer_address++ = (char) 0xf9;
@@ -5443,7 +5443,7 @@
 }
 
 /* Skip ahead to a comma.  This is used for OPT options which we do
-   not suppor tand which take arguments.  */
+   not support and which take arguments.  */
 
 static void
 skip_to_comma (arg, on)
Index: tc-m88k.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-m88k.c,v
retrieving revision 1.18
diff -u -r1.18 tc-m88k.c
--- tc-m88k.c	12 Dec 2002 22:14:13 -0000	1.18
+++ tc-m88k.c	22 Nov 2003 02:27:35 -0000
@@ -1062,7 +1062,7 @@
 
 /* These functions are needed if we are linking with obj-coffbfd.c.
    That file may be replaced by a more BFD oriented version at some
-   point.  If that happens, these functions should be rexamined.
+   point.  If that happens, these functions should be reexamined.
 
    Ian Lance Taylor, Cygnus Support, 13 July 1993.  */
 
Index: tc-mcore.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mcore.c,v
retrieving revision 1.33
diff -u -r1.33 tc-mcore.c
--- tc-mcore.c	23 Jan 2003 12:51:05 -0000	1.33
+++ tc-mcore.c	22 Nov 2003 02:27:36 -0000
@@ -346,7 +346,7 @@
 {
   /* Scan forwards to find the name of the section.  If the section
      being switched to is ".line" then this is a DWARF1 debug section
-     which is arbitarily placed inside generated code.  In this case
+     which is arbitrarily placed inside generated code.  In this case
      do not dump the literal pool because it is a) inefficient and
      b) would require the generation of extra code to jump around the
      pool.  */
Index: tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.238
diff -u -r1.238 tc-mips.c
--- tc-mips.c	18 Nov 2003 21:22:52 -0000	1.238
+++ tc-mips.c	22 Nov 2003 02:27:41 -0000
@@ -468,7 +468,7 @@
    variable.  */
 static offsetT mips_cprestore_offset = -1;
 
-/* Similiar for NewABI PIC code, where $gp is callee-saved.  NewABI has some
+/* Similar for NewABI PIC code, where $gp is callee-saved.  NewABI has some
    more optimizations, it can use a register value instead of a memory-saved
    offset and even an other register than $gp as global pointer.  */
 static offsetT mips_cpreturn_offset = -1;
@@ -1708,8 +1708,8 @@
 	  /* The previous instruction reads the LO register; if the
 	     current instruction writes to the LO register, we must
 	     insert two NOPS.  Some newer processors have interlocks.
-	     Also the tx39's multiply instructions can be exectuted
-             immediatly after a read from HI/LO (without the delay),
+	     Also the tx39's multiply instructions can be executed
+             immediately after a read from HI/LO (without the delay),
              though the tx39's divide insns still do require the
 	     delay.  */
 	  if (! (hilo_interlocks
@@ -2288,7 +2288,7 @@
 		  && ISA_HAS_COPROC_DELAYS (mips_opts.isa)
 		  && (pinfo & INSN_READ_COND_CODE))
 	      /* We can not swap with an instruction that requires a
-		 delay slot, becase the target of the branch might
+		 delay slot, because the target of the branch might
 		 interfere with that instruction.  */
 	      || (! mips_opts.mips16
 		  && ISA_HAS_COPROC_DELAYS (mips_opts.isa)
@@ -3277,7 +3277,7 @@
 			  - 0x80000000);
     }
 
-  /* Right now, this routine can only handle signed 32-bit contants.  */
+  /* Right now, this routine can only handle signed 32-bit constants.  */
   if (! IS_SEXT_32BIT_NUM(ep->X_add_number + 0x8000))
     as_warn (_("operand overflow"));
 
@@ -3427,7 +3427,7 @@
            : 0)
 
 /*			load_register()
- *  This routine generates the least number of instructions neccessary to load
+ *  This routine generates the least number of instructions necessary to load
  *  an absolute expression value into a register.
  */
 static void
@@ -3980,11 +3980,11 @@
  *   This routine implements the seemingly endless macro or synthesized
  * instructions and addressing modes in the mips assembly language. Many
  * of these macros are simple and are similar to each other. These could
- * probably be handled by some kind of table or grammer aproach instead of
+ * probably be handled by some kind of table or grammar approach instead of
  * this verbose method. Others are not simple macros but are more like
  * optimizing code generation.
  *   One interesting optimization is when several store macros appear
- * consecutivly that would load AT with the upper half of the same address.
+ * consecutively that would load AT with the upper half of the same address.
  * The ensuing load upper instructions are ommited. This implies some kind
  * of global optimization. We currently only optimize within a single macro.
  *   For many of the load and store macros if the address is specified as a
@@ -4028,7 +4028,7 @@
   expr1.X_add_symbol = NULL;
   expr1.X_add_number = 1;
 
-  /* Umatched fixups should not be put in the same frag as a relaxable
+  /* Unmatched fixups should not be put in the same frag as a relaxable
      macro.  For example, suppose we have:
 
 	lui $4,%hi(l1)		# 1
@@ -6096,7 +6096,7 @@
 	     files with -mabi=64, assembling them as o32 or n32 (with
 	     -Wa,-32 or -Wa,-n32).  This is not beautiful, but since
 	     the whole kernel is loaded into a memory region that is
-	     addressible with sign-extended 32-bit addresses, it is
+	     addressable with sign-extended 32-bit addresses, it is
 	     wasteful to compute the upper 32 bits of every
 	     non-literal address, that takes more space and time.
 	     Some day this should probably be implemented as an
@@ -11796,7 +11796,7 @@
 
   /*
 
-    o  Note that the assembler pulls down any immediately preceeding label
+    o  Note that the assembler pulls down any immediately preceding label
        to the aligned address.
     o  It's not documented but auto alignment is reinstated by
        a .align pseudo instruction.
@@ -12551,7 +12551,7 @@
 }
 
 /* Handle the .cpreturn pseudo-op defined for NewABI PIC code. If an offset
-   was given in the preceeding .cpsetup, it results in:
+   was given in the preceding .cpsetup, it results in:
      ld		$gp, offset($sp)
 
    If a register $reg2 was given there, it results in:
Index: tc-mmix.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mmix.c,v
retrieving revision 1.15
diff -u -r1.15 tc-mmix.c
--- tc-mmix.c	18 Oct 2003 15:53:40 -0000	1.15
+++ tc-mmix.c	22 Nov 2003 02:27:43 -0000
@@ -275,7 +275,7 @@
 #define STATE_GREG_UNDF ENCODE_RELAX (STATE_GREG, STATE_ZERO)
 #define STATE_GREG_DEF ENCODE_RELAX (STATE_GREG, STATE_MAX)
 
-/* These displacements are relative to the adress following the opcode
+/* These displacements are relative to the address following the opcode
    word of the instruction.  The catch-all states have zero for "reach"
    and "next" entries.  */
 
@@ -1464,7 +1464,7 @@
       break;
 
     case mmix_operands_jmp:
-      /* A JMP.  Everyhing is already done.  */
+      /* A JMP.  Everything is already done.  */
       break;
 
     case mmix_operands_roundregs:
@@ -1839,7 +1839,7 @@
 	    {
 	      /* Don't require non-register operands.  Always generate
 		 fixups, so we don't have to copy lots of code and create
-		 maintanance problems.  TRIP is supposed to be a rare
+		 maintenance problems.  TRIP is supposed to be a rare
 		 instruction, so the overhead should not matter.  We
 		 aren't allowed to fix_new_exp for an expression which is
 		 an  O_register at this point, however.  */
Index: tc-msp430.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-msp430.c,v
retrieving revision 1.7
diff -u -r1.7 tc-msp430.c
--- tc-msp430.c	17 Sep 2003 11:27:39 -0000	1.7
+++ tc-msp430.c	22 Nov 2003 02:27:43 -0000
@@ -568,7 +568,7 @@
 	    res += msp430_dstoperand (&op2, l2, opcode->bin_opcode);
 
 	    if (res)
-	      break;	/* An error occured.  All warnings were done before.  */
+	      break;	/* An error occurred.  All warnings were done before.  */
 
 	    bin |= (op2.reg | (op1.reg << 8) | (op1.am << 4) | (op2.am << 7));
 
@@ -644,7 +644,7 @@
       res += msp430_dstoperand (&op2, l2, opcode->bin_opcode);
 
       if (res)
-	break;			/* Error occured.  All warnings were done before.  */
+	break;			/* Error occurred.  All warnings were done before.  */
 
       bin |= (op2.reg | (op1.reg << 8) | (op1.am << 4) | (op2.am << 7));
 
@@ -741,7 +741,7 @@
 	     mov r5,r6
 	     jmp -2
 
-	     is equial to:
+	     is equal to:
 	     lab:
 	     mov r5,r6
 	     jmp lab
@@ -960,7 +960,7 @@
 	    }
 
 	  /* Now check constants.  */
-	  /* Substitude register mode with a constant generator if applicable.  */
+	  /* Substitute register mode with a constant generator if applicable.  */
 
 	  x = (short) x;	/* Extend sign.  */
 
@@ -1129,7 +1129,7 @@
       return 0;
     }
 
-  /* Check if inderect register mode @Rn / postincrement @Rn+.  */
+  /* Check if indirect register mode @Rn / postincrement @Rn+.  */
   if (*l == '@')
     {
       char *t = l;
Index: tc-ns32k.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-ns32k.c,v
retrieving revision 1.18
diff -u -r1.18 tc-ns32k.c
--- tc-ns32k.c	23 Jun 2003 00:41:47 -0000	1.18
+++ tc-ns32k.c	22 Nov 2003 02:27:45 -0000
@@ -176,7 +176,7 @@
 
   	 3,	the entry is a pointer at a bignum struct
 
-   The low-order-byte coresponds to low physical memory.
+   The low-order-byte corresponds to low physical memory.
    Obviously a FRAGment must be created for each valid disp in PART whose
    datalength is undefined (to bad) .
    The case where just the expression is undefined is less severe and is
@@ -332,7 +332,7 @@
 #define DOUBLE		2
 #define UNDEF           3
 /* Those limits are calculated from the displacement start in memory.
-   The ns32k uses the begining of the instruction as displacement
+   The ns32k uses the beginning of the instruction as displacement
    base.  This type of displacements could be handled here by moving
    the limit window up or down. I choose to use an internal
    displacement base-adjust as there are other routines that must
@@ -441,7 +441,7 @@
 	    case '+':
 	      if (str[2] != '\000')
 		{
-		  addr_modeP->mode = 27;	/* pc-relativ */
+		  addr_modeP->mode = 27;	/* pc-relative */
 		  addr_modeP->disp[0] = str + 2;
 		  return -1;
 		}
@@ -675,9 +675,9 @@
 
   if (addr_modeP->mode == DEFAULT || addr_modeP->scaled_mode == -1)
     {
-      /* Resolve ambigious operands, this shouldn't be necessary if
+      /* Resolve ambiguous operands, this shouldn't be necessary if
 	 one uses standard NSC operand syntax. But the sequent
-	 compiler doesn't!!!  This finds a proper addressinging mode
+	 compiler doesn't!!!  This finds a proper addressing mode
 	 if it is implicitly stated. See ns32k-opcode.h.  */
       (void) evaluate_expr (&exprP, ptr); /* This call takes time Sigh!  */
 
@@ -888,7 +888,7 @@
    Operands are parsed in such an order that the opcode is updated from
    its most significant bit, that is when the operand need to alter the
    opcode.
-   Be carefull not to put to objects in the same iif-slot.  */
+   Be careful not to put to objects in the same iif-slot.  */
 
 static void encode_operand
   PARAMS ((int, char **, const char *, const char *, char, char));
@@ -979,7 +979,7 @@
 	  freeptr++;		/* OVE:this is an useful hack.  */
 	  sprintf (freeptr, "((%s-1)*%d)", argv[i], desc->im_size);
 	  argv[i] = freeptr;
-	  pcrel -= 1;		/* Make pcrel 0 inspite of what case 'p':
+	  pcrel -= 1;		/* Make pcrel 0 in spite of what case 'p':
 				   wants.  */
 	  /* fall thru */
 	case 'p':		/* Displacement - pc relative addressing.  */
@@ -1258,7 +1258,7 @@
    assembler. You only need to know if it's possible to reduce your
    cpu-instruction to iif-format (takes some work) and adopt the other
    md_? parts according to given instructions Note that iif was
-   invented for the clean ns32k`s architecure.  */
+   invented for the clean ns32k`s architecture.  */
 
 /* GAS for the ns32k has a problem. PC relative displacements are
    relative to the address of the opcode, not the address of the
@@ -2436,4 +2436,4 @@
 }
 
 #endif /* OBJ_AOUT */
-#endif /* BFD_ASSMEBLER */
+#endif /* BFD_ASSEMBLER */
Index: tc-or32.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-or32.c,v
retrieving revision 1.4
diff -u -r1.4 tc-or32.c
--- tc-or32.c	12 Dec 2002 22:05:00 -0000	1.4
+++ tc-or32.c	22 Nov 2003 02:27:45 -0000
@@ -230,7 +230,7 @@
   encode (&machine_opcodes[insn_index ("l.jalr")], &jalr_r9_opcode, 9, 'B');
 }
 
-/* Returs non zero if instruction is to be used.  */
+/* Returns non zero if instruction is to be used.  */
 
 static int
 check_invalid_opcode (opcode)
Index: tc-or32.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-or32.h,v
retrieving revision 1.2
diff -u -r1.2 tc-or32.h
--- tc-or32.h	5 Sep 2002 00:01:18 -0000	1.2
+++ tc-or32.h	22 Nov 2003 02:27:45 -0000
@@ -60,8 +60,8 @@
 #endif
 
 /* Should the reloc be output ?
-   on the 29k, this is true only if there is a symbol attatched.
-   on the h8, this is allways true, since no fixup is done.  */
+   on the 29k, this is true only if there is a symbol attached.
+   on the h8, this is always true, since no fixup is done.  */
 #define TC_COUNT_RELOC(x)           (x->fx_addsy)
 #define TC_CONS_RELOC               RELOC_32
 
Index: tc-pj.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-pj.c,v
retrieving revision 1.9
diff -u -r1.9 tc-pj.c
--- tc-pj.c	12 Dec 2002 21:52:06 -0000	1.9
+++ tc-pj.c	22 Nov 2003 02:27:46 -0000
@@ -189,7 +189,7 @@
 }
 
 /* Insert names into the opcode table which are really mini macros,
-   not opcodes.  The fakeness is inidicated with an opcode of -1.  */
+   not opcodes.  The fakeness is indicated with an opcode of -1.  */
 
 static void
 fake_opcode (name, func)
Index: tc-ppc.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-ppc.c,v
retrieving revision 1.83
diff -u -r1.83 tc-ppc.c
--- tc-ppc.c	21 Nov 2003 15:05:15 -0000	1.83
+++ tc-ppc.c	22 Nov 2003 02:27:48 -0000
@@ -1319,7 +1319,7 @@
 
   ppc_setup_opcodes ();
 
-  /* Tell the main code what the endianness is if it is not overidden
+  /* Tell the main code what the endianness is if it is not overridden
      by the user.  */
   if (!set_target_endian)
     {
@@ -2882,7 +2882,7 @@
 
 /* The .comm and .lcomm pseudo-ops for XCOFF.  XCOFF puts common
    symbols in the .bss segment as though they were local common
-   symbols, and uses a different smclas.  The native Aix 4.3.3 assember
+   symbols, and uses a different smclas.  The native Aix 4.3.3 assembler
    aligns .comm and .lcomm to 4 bytes.  */
 
 static void
@@ -3437,7 +3437,7 @@
 
 /* The .function pseudo-op.  This takes several arguments.  The first
    argument seems to be the external name of the symbol.  The second
-   argment seems to be the label for the start of the function.  gcc
+   argument seems to be the label for the start of the function.  gcc
    uses the same name for both.  I have no idea what the third and
    fourth arguments are meant to be.  The optional fifth argument is
    an expression for the size of the function.  In COFF this symbol
Index: tc-s390.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-s390.c,v
retrieving revision 1.35
diff -u -r1.35 tc-s390.c
--- tc-s390.c	10 Jul 2003 16:46:38 -0000	1.35
+++ tc-s390.c	22 Nov 2003 02:27:49 -0000
@@ -424,7 +424,7 @@
       break;
 
     case 'A':
-      /* Option -A is deprecated. Still available for compatability.  */
+      /* Option -A is deprecated. Still available for compatibility.  */
       if (arg != NULL && strcmp (arg, "esa") == 0)
 	current_cpu = S390_OPCODE_G5;
       else if (arg != NULL && strcmp (arg, "esame") == 0)
@@ -1357,7 +1357,7 @@
 	  /* After a displacement a block in parentheses can start.  */
 	  if (*str != '(')
 	    {
-	      /* Check if parethesed block can be skipped. If the next
+	      /* Check if parenthesized block can be skipped. If the next
 		 operand is neiter an optional operand nor a base register
 		 then we have a syntax error.  */
 	      operand = s390_operands + *(++opindex_ptr);
@@ -1368,7 +1368,7 @@
 	      while (!(operand->flags & S390_OPERAND_BASE))
 		operand = s390_operands + *(++opindex_ptr);
 
-	      /* If there is a next operand it must be seperated by a comma.  */
+	      /* If there is a next operand it must be separated by a comma.  */
 	      if (opindex_ptr[1] != '\0')
 		{
 		  if (*str++ != ',')
@@ -1401,7 +1401,7 @@
 	  if (*str++ != ')')
 	    as_bad (_("syntax error; missing ')' after base register"));
 	  skip_optional = 0;
-	  /* If there is a next operand it must be seperated by a comma.  */
+	  /* If there is a next operand it must be separated by a comma.  */
 	  if (opindex_ptr[1] != '\0')
 	    {
 	      if (*str++ != ',')
@@ -1420,7 +1420,7 @@
 		as_bad (_("syntax error; ')' not allowed here"));
 	      str++;
 	    }
-	  /* If there is a next operand it must be seperated by a comma.  */
+	  /* If there is a next operand it must be separated by a comma.  */
 	  if (opindex_ptr[1] != '\0')
 	    {
 	      if (*str++ != ',')
Index: tc-sh64.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-sh64.c,v
retrieving revision 1.10
diff -u -r1.10 tc-sh64.c
--- tc-sh64.c	20 Nov 2003 20:08:20 -0000	1.10
+++ tc-sh64.c	22 Nov 2003 02:27:50 -0000
@@ -2459,7 +2459,7 @@
       /* The machine independent code will convert CMP/EQ into cmp/EQ
 	 because it thinks the '/' is the end of the symbol.  Moreover,
 	 all but the first sub-insn is a parallel processing insn won't
-	 be capitailzed.  Instead of hacking up the machine independent
+	 be capitalized.  Instead of hacking up the machine independent
 	 code, we just deal with it here.  */
       c = TOLOWER (c);
       name[nlen] = c;
Index: tc-sh.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-sh.c,v
retrieving revision 1.87
diff -u -r1.87 tc-sh.c
--- tc-sh.c	11 Oct 2003 13:40:21 -0000	1.87
+++ tc-sh.c	22 Nov 2003 02:27:51 -0000
@@ -136,7 +136,7 @@
 static int preset_target_arch;
 
 /* The bit mask of architectures that could
-   accomodate the insns seen so far.  */
+   accommodate the insns seen so far.  */
 static int valid_arch;
 
 const char EXP_CHARS[] = "eE";
@@ -151,7 +151,7 @@
 #define ENCODE_RELAX(what,length) (((what) << 4) + (length))
 #define GET_WHAT(x) ((x>>4))
 
-/* These are the three types of relaxable instrction.  */
+/* These are the three types of relaxable instruction.  */
 /* These are the types of relaxable instructions; except for END which is
    a marker.  */
 #define COND_JUMP 1
@@ -1338,7 +1338,7 @@
 		     no matter if expr is a constant, or a more complex
 		     expression, e.g. sym-. or sym1-sym2.
 		     However, we also used to accept @(sym,pc)
-		     as adressing sym, i.e. meaning the same as plain sym.
+		     as addressing sym, i.e. meaning the same as plain sym.
 		     Some existing code does use the @(sym,pc) syntax, so
 		     we give it the old semantics for now, but warn about
 		     its use, so that users have some time to fix their code.
@@ -3023,7 +3023,7 @@
 }
 
 /* This static variable is set by s_uacons to tell sh_cons_align that
-   the expession does not need to be aligned.  */
+   the expression does not need to be aligned.  */
 
 static int sh_no_align_cons = 0;
 
@@ -3364,7 +3364,7 @@
     case BFD_RELOC_SH_PCRELIMM8BY4:
       /* The lower two bits of the PC are cleared before the
          displacement is added in.  We can assume that the destination
-         is on a 4 byte bounday.  If this instruction is also on a 4
+         is on a 4 byte boundary.  If this instruction is also on a 4
          byte boundary, then we want
 	   (target - here) / 4
 	 and target - here is a multiple of 4.
Index: tc-sparc.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-sparc.c,v
retrieving revision 1.49
diff -u -r1.49 tc-sparc.c
--- tc-sparc.c	29 Aug 2003 20:20:17 -0000	1.49
+++ tc-sparc.c	22 Nov 2003 02:27:53 -0000
@@ -727,7 +727,7 @@
   {NULL, NULL, NULL},
 };
 
-/* sparc64 priviledged registers.  */
+/* sparc64 privileged registers.  */
 
 struct priv_reg_entry
 {
@@ -3941,7 +3941,7 @@
   }
 }
 
-/* Handle the .empty pseudo-op.  This supresses the warnings about
+/* Handle the .empty pseudo-op.  This suppresses the warnings about
    invalid delay slot usage.  */
 
 static void
@@ -4008,7 +4008,7 @@
 }
 
 /* This static variable is set by s_uacons to tell sparc_cons_align
-   that the expession does not need to be aligned.  */
+   that the expression does not need to be aligned.  */
 
 static int sparc_no_align_cons = 0;
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]