jdk/src/share/classes/java/io/InputStream.java
changeset 1942 bdfd8f01987a
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/src/share/classes/java/io/InputStream.java	Fri Jan 30 22:27:02 2009 +0000
+++ b/jdk/src/share/classes/java/io/InputStream.java	Fri Jan 30 15:09:00 2009 -0800
@@ -90,7 +90,7 @@
      *
      * @param      b   the buffer into which the data is read.
      * @return     the total number of bytes read into the buffer, or
-     *             <code>-1</code> is there is no more data because the end of
+     *             <code>-1</code> if there is no more data because the end of
      *             the stream has been reached.
      * @exception  IOException  If the first byte cannot be read for any reason
      * other than the end of the file, if the input stream has been closed, or