aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/io/PipedInputStream.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/io/PipedInputStream.java')
-rw-r--r--libjava/classpath/java/io/PipedInputStream.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/io/PipedInputStream.java b/libjava/classpath/java/io/PipedInputStream.java
index beb310b4f0c..523ae2c70d3 100644
--- a/libjava/classpath/java/io/PipedInputStream.java
+++ b/libjava/classpath/java/io/PipedInputStream.java
@@ -130,7 +130,7 @@ public class PipedInputStream extends InputStream
* This stream is then ready for reading. If this stream is already
* connected or has been previously closed, then an exception is thrown
*
- * @param src The <code>PipedOutputStream</code> to connect this stream to
+ * @param source The <code>PipedOutputStream</code> to connect this stream to
*
* @exception IOException If this PipedInputStream or <code>source</code>
* has been connected already.