* java/io/ObjectInputStream.java (currentLoader): Fixed typo.

From-SVN: r100467
This commit is contained in:
Tom Tromey 2005-06-01 22:13:35 +00:00 committed by Tom Tromey
parent 7e1603c0f0
commit 0a01ec970e
2 changed files with 6 additions and 2 deletions

View 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:

View 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();