aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/lang/IndexOutOfBoundsException.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/lang/IndexOutOfBoundsException.java')
-rw-r--r--libjava/classpath/java/lang/IndexOutOfBoundsException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/lang/IndexOutOfBoundsException.java b/libjava/classpath/java/lang/IndexOutOfBoundsException.java
index c53c67e..0a00253 100644
--- a/libjava/classpath/java/lang/IndexOutOfBoundsException.java
+++ b/libjava/classpath/java/lang/IndexOutOfBoundsException.java
@@ -41,7 +41,7 @@ package java.lang;
/**
* This exception can be thrown to indicate an attempt to access an
* index which is out of bounds on objects like String, Array, or Vector.
- * Usually any negative integer less than or equal to -1 and positive
+ * Usually any negative integer less than or equal to -1 and positive
* integer greater than or equal to the size of the object is an index
* which would be out of bounds.
*