Hi,

I was browsing AWTEvent.java, and came across a couple of tiny
grammatical errors.

Please see the attached files 'diff', which is the output of diff
<original AWTEvent.java> <my AWTEvent.java>, and 'diff_minus_u', which
is the output of diff -u <original AWTEvent.java> <my AWTEvent.java>.

Regards,

Ricky.
75c75
<    * Indicates if the event has been consumed. False mean it is passed to
---
>    * Indicates whether the event has been consumed. False means it is passed to
266c266
<    * Tests whether not not this event has been consumed. A consumed event
---
>    * Tests whether or not this event has been consumed. A consumed event
--- classpath/java/awt/AWTEvent.java    2002-05-06 03:43:17.000000000 +0100
+++ AWTEvent.java       2003-09-16 19:41:56.000000000 +0100
@@ -72,7 +72,7 @@
   protected int id;
 
   /**
-   * Indicates if the event has been consumed. False mean it is passed to
+   * Indicates whether the event has been consumed. False means it is passed to
    * the peer, true means it has already been processed. Semantic events
    * generated by low-level events always have the value true.
    *
@@ -263,7 +263,7 @@
   }
 
   /**
-   * Tests whether not not this event has been consumed. A consumed event
+   * Tests whether or not this event has been consumed. A consumed event
    * is not processed in the default manner.
    *
    * @return true if this event has been consumed
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to