summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/utils/SoftCache.java
diff options
context:
space:
mode:
Diffstat (limited to 'source/com/c2kernel/utils/SoftCache.java')
-rw-r--r--[-rwxr-xr-x]source/com/c2kernel/utils/SoftCache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/com/c2kernel/utils/SoftCache.java b/source/com/c2kernel/utils/SoftCache.java
index ce2b390..f13c87d 100755..100644
--- a/source/com/c2kernel/utils/SoftCache.java
+++ b/source/com/c2kernel/utils/SoftCache.java
@@ -5,7 +5,7 @@ import java.lang.ref.SoftReference;
import java.util.*;
/*******************************************************************************
- * SoftReferences are reaped if not strong references are left and the vm is
+ * SoftReferences are reaped if no strong references are left and the vm is
* running out of memory. Most caches in the kernel use this.
*
* $Revision: 1.5 $ $Date: 2004/10/29 13:29:09 $