From a7c1c3dfb2d786fe3cd610815bab501f35e00d1c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 21 Jul 2003 01:52:08 +0000 Subject: * vm/reference/java/lang/Runtime.java: Typo fix. --- ChangeLog | 4 ++++ vm/reference/java/lang/Runtime.java | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cc479062f..591695afa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-20 Tom Tromey + + * vm/reference/java/lang/Runtime.java: Typo fix. + 2003-07-20 Michael Koch * 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. */ -- cgit v1.2.1