src/java.base/share/classes/jdk/internal/module/ModuleBootstrap.java
changeset 47471 304ef03403b1
parent 47216 71c04702a3d5
child 49285 4d2e3f5abb48
--- a/src/java.base/share/classes/jdk/internal/module/ModuleBootstrap.java	Fri Oct 27 09:51:48 2017 -0700
+++ b/src/java.base/share/classes/jdk/internal/module/ModuleBootstrap.java	Sun Oct 29 18:20:53 2017 -0400
@@ -66,7 +66,7 @@
  * -m and --add-modules options. The modules are located on a module path that
  * is constructed from the upgrade module path, system modules, and application
  * module path. The Configuration is instantiated as the boot layer with each
- * module in the the configuration defined to a class loader.
+ * module in the configuration defined to a class loader.
  */
 
 public final class ModuleBootstrap {