Fix the wording of a comment.

java/runtime/JavaInternal.java:
    As above.
This commit is contained in:
Julien Fischer
2017-11-16 01:13:20 -05:00
parent 587a8af0bc
commit d7203a18bf

View File

@@ -20,7 +20,7 @@ package jmercury.runtime;
* The class also contains utility methods and other objects such as a
* reference to the thread pool.
*
* No instance of this class is ever created, all it's members and methods
* No instance of this class is ever created, all of its members and methods
* are static.
*/
public class JavaInternal {