aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/List.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/util/List.java')
-rw-r--r--libjava/java/util/List.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/List.java b/libjava/java/util/List.java
index 25892d73cdc..f2ee49cd260 100644
--- a/libjava/java/util/List.java
+++ b/libjava/java/util/List.java
@@ -288,7 +288,7 @@ public interface List extends Collection
Object remove(int index);
/**
- * Remove the first occurence of an object from this list (optional
+ * Remove the first occurrence of an object from this list (optional
* operation). That is, remove the first element e such that
* <code>o == null ? e == null : o.equals(e)</code>.
*