diff options
author | Tom Tromey <tromey@redhat.com> | 2003-07-21 01:52:08 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2003-07-21 01:52:08 +0000 |
commit | a7c1c3dfb2d786fe3cd610815bab501f35e00d1c (patch) | |
tree | f16ffbd0ea16dfa0b3b41ebf2e60b903c3bed638 /vm | |
parent | d7f934f6229cf358a3d1a30eee0e132904efab5d (diff) | |
download | classpath-a7c1c3dfb2d786fe3cd610815bab501f35e00d1c.tar.gz |
* vm/reference/java/lang/Runtime.java: Typo fix.
Diffstat (limited to 'vm')
-rwxr-xr-x | vm/reference/java/lang/Runtime.java | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |