diff options
Diffstat (limited to 'libjava/classpath/java/io/EOFException.java')
-rw-r--r-- | libjava/classpath/java/io/EOFException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/io/EOFException.java b/libjava/classpath/java/io/EOFException.java index cfedb7d9eb0..0d90a3f0f96 100644 --- a/libjava/classpath/java/io/EOFException.java +++ b/libjava/classpath/java/io/EOFException.java @@ -39,7 +39,7 @@ exception statement from your version. */ package java.io; /** - * This exception is thrown when the end of the file or stream was + * This exception is thrown when the end of the file or stream was * encountered unexpectedly. This is not the normal way that an EOF * condition is reported; such as a special value like -1 being returned. * However, certain types of streams expecting certain data in a certain |