OSDN Git Service

* java/io/ObjectInputStream.java (currentLoader): Fixed typo.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jun 2005 22:13:35 +0000 (22:13 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jun 2005 22:13:35 +0000 (22:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100467 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/java/io/ObjectInputStream.java

index 7b3a363..e5e709f 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-01  Tom Tromey  <tromey@redhat.com>
+
+       * java/io/ObjectInputStream.java (currentLoader): Fixed typo.
+
 2005-06-01  Ziga Mahkovec  <ziga.mahkovec@klika.si>
 
        PR libgcj/20435:
index 0a97486..3bcfd05 100644 (file)
@@ -783,8 +783,8 @@ public class ObjectInputStream extends InputStream
   }
 
   /**
-   * Returns he most recent user defined ClassLoader on the execution stack
-   * or null of none is found.
+   * Returns the most recent user defined ClassLoader on the execution stack
+   * or null if none is found.
    */
   // GCJ LOCAL: native method.
   private native ClassLoader currentLoader();