]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typos.
authorBryce McKinlay <bryce@gcc.gnu.org>
Tue, 23 Oct 2001 05:43:49 +0000 (06:43 +0100)
committerBryce McKinlay <bryce@gcc.gnu.org>
Tue, 23 Oct 2001 05:43:49 +0000 (06:43 +0100)
From-SVN: r46425

libjava/ChangeLog

index 8cb0dab502a3a4a19bbba0b13bcc594ebff7683f..ef44abaee11f0a866123b78db229fae1691a6913 100644 (file)
@@ -2,8 +2,8 @@
 
        * prims.cc (_Jv_Abort): Always print error message using fprintf,
        don't try to allocate.
-       (_Jv_CreateJavaVM): Set gcj::runTimeInitialized.
-       * include/jvm.h (gcj::runTimeInitialized): New variable declaration.
+       (_Jv_CreateJavaVM): Set gcj::runtimeInitialized.
+       * include/jvm.h (gcj::runtimeInitialized): New variable declaration.
        * java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Handle
        duplicate class registration with JvFail if the runtime hasn't been
        initialized yet.