summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2003-07-21 01:52:08 +0000
committerTom Tromey <tromey@redhat.com>2003-07-21 01:52:08 +0000
commita7c1c3dfb2d786fe3cd610815bab501f35e00d1c (patch)
treef16ffbd0ea16dfa0b3b41ebf2e60b903c3bed638
parentd7f934f6229cf358a3d1a30eee0e132904efab5d (diff)
downloadclasspath-a7c1c3dfb2d786fe3cd610815bab501f35e00d1c.tar.gz
* vm/reference/java/lang/Runtime.java: Typo fix.
-rw-r--r--ChangeLog4
-rwxr-xr-xvm/reference/java/lang/Runtime.java2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cc479062f..591695afa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-20 Tom Tromey <tromey@redhat.com>
+
+ * vm/reference/java/lang/Runtime.java: Typo fix.
+
2003-07-20 Michael Koch <konqueror@gmx.de>
* java/net/URL.java
diff --git a/vm/reference/java/lang/Runtime.java b/vm/reference/java/lang/Runtime.java
index 6505d2802..bfada812e 100755
--- a/vm/reference/java/lang/Runtime.java
+++ b/vm/reference/java/lang/Runtime.java
@@ -65,7 +65,7 @@ public class Runtime
/**
* The current security manager. This is located here instead of in
- * Runtime, to avoid security problems, as well as bootstrap issues.
+ * System, to avoid security problems, as well as bootstrap issues.
* Make sure to access it in a thread-safe manner; it is package visible
* to avoid overhead in java.lang.
*/