public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH,ADA,JAVA] commentary typo fixes
@ 2007-12-15 17:10 Bernhard Fischer
  0 siblings, 0 replies; only message in thread
From: Bernhard Fischer @ 2007-12-15 17:10 UTC (permalink / raw)
  To: gcc-patches; +Cc: java-patches, rep.dot.nop

[-- Attachment #1: Type: text/plain, Size: 741 bytes --]

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.

[-- Attachment #2: gcc-4.3.commentary_typos-byby.diff --]
[-- Type: text/x-diff, Size: 3200 bytes --]

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-15 16:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-15 17:10 [PATCH,ADA,JAVA] commentary typo fixes Bernhard Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).