This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] misc spelling fixes


Hi,

Here's a patch with a few spelling fixes.

(filed also in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42537)

-- 
Robert Millan

  "Be the change you want to see in the world" -- Gandhi
Index: gcc/errors.c
===================================================================
--- gcc/errors.c	(revision 155458)
+++ gcc/errors.c	(working copy)
@@ -104,7 +104,7 @@
    shares no directory elements with the pathname of __FILE__.  This
    is used by fancy_abort() to print `Internal compiler error in expr.c'
    instead of `Internal compiler error in ../../GCC/gcc/expr.c'.  This
-   version is ment to be used for the gen* programs and therefor need not
+   version is meant to be used for the gen* programs and therefor need not
    handle subdirectories.  */
 
 const char *
Index: gcc/cp/ChangeLog-2004
===================================================================
--- gcc/cp/ChangeLog-2004	(revision 155458)
+++ gcc/cp/ChangeLog-2004	(working copy)
@@ -4031,7 +4031,7 @@
 	dfs_accumulate_vtbls_inits, build_vbase_offset_vtbl_entries,
 	build_vcall_offset_vtbl_entries, add_vcall_offset_vtbl_entries_r,
 	add_vcall_offset_vtbl_entries_1): Likewise.
-	* decl.c (xref_basetypes): Incomming virtual base indicated by
+	* decl.c (xref_basetypes): Incoming virtual base indicated by
 	TREE_TYPE. Adjust.
 	* dump.c (cp_dump_tree): Use BINFO_VIRTUAL_P.
 	* init.c (finish_init_stmts, sort_mem_initializers,
Index: gcc/profile.c
===================================================================
--- gcc/profile.c	(revision 155458)
+++ gcc/profile.c	(working copy)
@@ -343,7 +343,7 @@
         {
 	  if (dump_file)
 	    {
-	      fprintf (dump_file, "BB %i count does not match sum of incomming edges "
+	      fprintf (dump_file, "BB %i count does not match sum of incoming edges "
 		       HOST_WIDEST_INT_PRINT_DEC" should be " HOST_WIDEST_INT_PRINT_DEC,
 		       bb->index,
 		       bb->count,
Index: gcc/ChangeLog-2002
===================================================================
--- gcc/ChangeLog-2002	(revision 155458)
+++ gcc/ChangeLog-2002	(working copy)
@@ -4241,7 +4241,7 @@
 
 	* real.c (sticky_rshift_significand): Return inexact, don't
 	or it in immediately.
-	(sub_significands): Accept incomming carry.
+	(sub_significands): Accept incoming carry.
 	(div_significands, rtd_divmod): Update for sub_significands change.
 	(round_for_format): Update for sticky_rshift_significand change.
 	(do_add): Don't involve the inexact bit in addition, do give the
@@ -27738,7 +27738,7 @@
 	(INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Update.
 	* config/ia64/ia64.c (ia64_function_arg_advance): Set int_regs.
 	(ia64_expand_prologue): Look at int_regs, not words, for number
-	of incomming int regs.
+	of incoming int regs.
 
 2002-03-22  Andrew MacLeod  <amacleod@redhat.com>
 
Index: gcc/ChangeLog-2005
===================================================================
--- gcc/ChangeLog-2005	(revision 155458)
+++ gcc/ChangeLog-2005	(working copy)
@@ -6100,7 +6100,7 @@
 
 	PR 23706
 	* mode-switching.c (optimize_mode_switching): Clear transp bit
-	for block with incomming abnormal edges.
+	for block with incoming abnormal edges.
 
 	* config/sh/sh.c (fpscr_values, emit_fpu_switch): New.
 	(fpscr_set_from_mem): Use them.
Index: gcc/ChangeLog-2006
===================================================================
--- gcc/ChangeLog-2006	(revision 155458)
+++ gcc/ChangeLog-2006	(working copy)
@@ -21081,7 +21081,7 @@
 
 	PR tree-opt/25315
 	PR tree-opt/25857
-	* tree-ssa-pre.c (insert_extra_phis): If an incomming edge is abnormal
+	* tree-ssa-pre.c (insert_extra_phis): If an incoming edge is abnormal
 	return from the function.
 
 2006-01-22  Zack Weinberg  <zackw@panix.com>
Index: gcc/graphite-sese-to-poly.c
===================================================================
--- gcc/graphite-sese-to-poly.c	(revision 155458)
+++ gcc/graphite-sese-to-poly.c	(working copy)
@@ -2245,7 +2245,7 @@
 	 |  end_2
 	 | end_1
 
-	 whereas inserting the copy on the incomming edge is correct
+	 whereas inserting the copy on the incoming edge is correct
 
 	 | a = ...
 	 | loop_1
Index: libjava/classpath/java/rmi/activation/Activatable.java
===================================================================
--- libjava/classpath/java/rmi/activation/Activatable.java	(revision 155458)
+++ libjava/classpath/java/rmi/activation/Activatable.java	(working copy)
@@ -150,7 +150,7 @@
    * constructor when the object itself is activated via its special
    * "activation" constructor with the two parameters ({@link ActivationID},
    * {@link MarshalledObject}). As a side effect, the object is exported and is
-   * available to accept incomming calls.
+   * available to accept incoming calls.
    * 
    * @param anId the activation id
    * @param port the port, on which the activatable will be listening
@@ -179,7 +179,7 @@
    * constructor when the object itself is activated via its special
    * "activation" constructor with the two parameters ({@link ActivationID},
    * {@link MarshalledObject}). As a side effect, the object is exported and is
-   * available to accept incomming calls.
+   * available to accept incoming calls.
    * 
    * @param anId the activation id
    * @param port the port, on which the activatable will be listening
@@ -412,7 +412,7 @@
 
   /**
    * Make the remote object unavailable for incoming calls. This method also
-   * unregisters the object, so it cannot be activated again by incomming call
+   * unregisters the object, so it cannot be activated again by incoming call
    * (unless registered).
    * 
    * @param obj the object to unexport

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