diff options
| author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-06 23:28:40 +0000 |
|---|---|---|
| committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-06 23:28:40 +0000 |
| commit | 0351a03252ba852c678fade3693ba70f6a75cdf4 (patch) | |
| tree | 0941167f6a15cc7309347da34644f836f6ad051a /libjava/java/io/PipedInputStream.java | |
| parent | 98bde8c72336b94408ff863750e72ccd63824bc8 (diff) | |
| download | gcc-0351a03252ba852c678fade3693ba70f6a75cdf4.tar.gz | |
Fix comments for doclets
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38754 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/io/PipedInputStream.java')
| -rw-r--r-- | libjava/java/io/PipedInputStream.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/io/PipedInputStream.java b/libjava/java/io/PipedInputStream.java index f8de8b0077d..328a1c0c19d 100644 --- a/libjava/java/io/PipedInputStream.java +++ b/libjava/java/io/PipedInputStream.java @@ -209,7 +209,7 @@ public class PipedInputStream extends InputStream /** * This method reads bytes from the stream into a caller supplied buffer. * It starts storing bytes at position <code>offset</code> into the buffer and - * reads a maximum of <cod>>len</code> bytes. Note that this method can actually + * reads a maximum of <code>len</code> bytes. Note that this method can actually * read fewer than <code>len</code> bytes. The actual number of bytes read is * returned. A -1 is returned to indicated that no bytes can be read * because the end of the stream was reached. If the stream is already @@ -240,7 +240,7 @@ public class PipedInputStream extends InputStream /** * This method reads bytes from the stream into a caller supplied buffer. * It starts storing bytes at position <code>offset</code> into the buffer and - * reads a maximum of <cod>>len</code> bytes. Note that this method can actually + * reads a maximum of <code>len</code> bytes. Note that this method can actually * read fewer than <code>len</code> bytes. The actual number of bytes read is * returned. A -1 is returned to indicated that no bytes can be read * because the end of the stream was reached - ie close() was called on the |
