From 0351a03252ba852c678fade3693ba70f6a75cdf4 Mon Sep 17 00:00:00 2001 From: green Date: Sat, 6 Jan 2001 23:28:40 +0000 Subject: Fix comments for doclets git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38754 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/io/PipedReader.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/io/PipedReader.java') diff --git a/libjava/java/io/PipedReader.java b/libjava/java/io/PipedReader.java index af375958987..8047d55a437 100644 --- a/libjava/java/io/PipedReader.java +++ b/libjava/java/io/PipedReader.java @@ -197,7 +197,7 @@ public class PipedReader extends Reader /** * This method reads chars from the stream into a caller supplied buffer. * It starts storing chars at position offset into the buffer and - * reads a maximum of >len chars. Note that this method can actually + * reads a maximum of len chars. Note that this method can actually * read fewer than len chars. The actual number of chars read is * returned. A -1 is returned to indicated that no chars can be read * because the end of the stream was reached. If the stream is already @@ -228,7 +228,7 @@ public class PipedReader extends Reader /** * This method reads characters from the stream into a caller supplied buffer. * It starts storing chars at position offset into the buffer and - * reads a maximum of >len chars. Note that this method can actually + * reads a maximum of len chars. Note that this method can actually * read fewer than len chars. The actual number of chars read is * returned. A -1 is returned to indicated that no chars can be read * because the end of the stream was reached - ie close() was called on the -- cgit v1.2.3