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,ADA,JAVA] commentary typo fixes


Hi,

The attached patchlet corrects "by by" typos. All but the java
occurances are in comments and as such shouldn't do any harm.

I'd be grateful if somebody from java could have a look and apply the
patch as a whole.
Thanks alot,

gcc/testsuite/ChangeLog
2007-12-15  Bernhard Fischer  <>

	* g++.old-deja/g++.pt/incomplete1.C: Commentary typo fix.


gcc/ada/ChangeLog
2007-12-15  Bernhard Fischer  <>

	* s-taskin.ads: Commentary typo fix.


gcc/ChangeLog
2007-12-15  Bernhard Fischer  <>

	* config/vx-common.h: Commentary typo fix.

libjava/classpath/ChangeLog
2007-12-15  Bernhard Fischer  <>

	* gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix
	typo in error message.
	* java/util/SimpleTimeZone.java: Commentary typo fix.
Index: gcc-4.3/gcc/testsuite/g++.old-deja/g++.pt/incomplete1.C
===================================================================
--- gcc-4.3/gcc/testsuite/g++.old-deja/g++.pt/incomplete1.C	(revision 130955)
+++ gcc-4.3/gcc/testsuite/g++.old-deja/g++.pt/incomplete1.C	(working copy)
@@ -3,7 +3,7 @@
 // Copyright (C) 2000 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 28 Nov 2000 <nathan@codesourcery.com>
 
-// Inspired by by 756. We'd ICE when trying to define a member of an
+// Inspired by 756. We'd ICE when trying to define a member of an
 // incomplete template type.
 
 template<class X> struct ObjCount;
Index: gcc-4.3/gcc/ada/s-taskin.ads
===================================================================
--- gcc-4.3/gcc/ada/s-taskin.ads	(revision 130955)
+++ gcc-4.3/gcc/ada/s-taskin.ads	(working copy)
@@ -352,7 +352,7 @@ package System.Tasking is
    --    Abnormal means that the task terminates because it is being aborted
 
    --    handled_Exception means that the task terminates because of exception
-   --    raised by by the execution of its task_body.
+   --    raised by the execution of its task_body.
 
    type Termination_Handler is access protected procedure
      (Cause : Cause_Of_Termination;
Index: gcc-4.3/gcc/config/vx-common.h
===================================================================
--- gcc-4.3/gcc/config/vx-common.h	(revision 130955)
+++ gcc-4.3/gcc/config/vx-common.h	(working copy)
@@ -1,6 +1,6 @@
 /* Target-independent configuration for VxWorks and VxWorks AE.   
    Copyright (C) 2005, 2007 Free Software Foundation, Inc.
-   Contributed by by CodeSourcery, LLC.
+   Contributed by CodeSourcery, LLC.
 
 This file is part of GCC.
 
Index: gcc-4.3/libjava/classpath/gnu/CORBA/GIOP/v1_2/RequestHeader.java
===================================================================
--- gcc-4.3/libjava/classpath/gnu/CORBA/GIOP/v1_2/RequestHeader.java	(revision 130955)
+++ gcc-4.3/libjava/classpath/gnu/CORBA/GIOP/v1_2/RequestHeader.java	(working copy)
@@ -153,7 +153,7 @@ public class RequestHeader
               throw new NO_IMPLEMENT("Object addressing by IOP tagged profile");
 
             case ReferenceAddr :
-              throw new NO_IMPLEMENT("Object addressing by by IOR addressing info");
+              throw new NO_IMPLEMENT("Object addressing by IOR addressing info");
 
             default :
               MARSHAL m = new MARSHAL("Unknow addressing method in request, " +
Index: gcc-4.3/libjava/classpath/java/util/SimpleTimeZone.java
===================================================================
--- gcc-4.3/libjava/classpath/java/util/SimpleTimeZone.java	(revision 130955)
+++ gcc-4.3/libjava/classpath/java/util/SimpleTimeZone.java	(working copy)
@@ -999,7 +999,7 @@ public class SimpleTimeZone extends Time
   /**
    * Serializes this object to a stream.  @serialdata The object is
    * first written in the old JDK 1.1 format, so that it can be read
-   * by by the old classes.  This means, that the
+   * by the old classes.  This means, that the
    * <code>start/endDay(OfWeek)</code>-Fields are written in the
    * DOW_IN_MONTH_MODE rule, since this was the only supported rule
    * in 1.1.

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