aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/Collections.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/util/Collections.java')
-rw-r--r--libjava/java/util/Collections.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/Collections.java b/libjava/java/util/Collections.java
index 3e2a40e5..8e77a80 100644
--- a/libjava/java/util/Collections.java
+++ b/libjava/java/util/Collections.java
@@ -538,7 +538,7 @@ public class Collections
/** Cache a single Random object for use by shuffle(List). This improves
* performance as well as ensuring that sequential calls to shuffle() will
- * not result in the same shuffle order occuring: the resolution of
+ * not result in the same shuffle order occurring: the resolution of
* System.currentTimeMillis() is not sufficient to guarantee a unique seed.
*/
private static Random defaultRandom = null;