src/java.base/share/classes/jdk/internal/module/Modules.java
changeset 47866 39db80b32b69
parent 47216 71c04702a3d5
child 50744 6c306d54366d
--- a/src/java.base/share/classes/jdk/internal/module/Modules.java	Mon Nov 20 14:27:20 2017 -0800
+++ b/src/java.base/share/classes/jdk/internal/module/Modules.java	Mon Nov 20 18:46:52 2017 -0800
@@ -65,7 +65,7 @@
      * Creates a new Module. The module has the given ModuleDescriptor and
      * is defined to the given class loader.
      *
-     * The resulting Module is in a larval state in that it does not not read
+     * The resulting Module is in a larval state in that it does not read
      * any other module and does not have any exports.
      *
      * The URI is for information purposes only.