src/java.base/share/classes/java/lang/module/Resolver.java
changeset 53563 a4b7ea85d668
parent 47866 39db80b32b69
child 59133 580fb715b29d
--- a/src/java.base/share/classes/java/lang/module/Resolver.java	Tue Jan 29 15:13:35 2019 -0800
+++ b/src/java.base/share/classes/java/lang/module/Resolver.java	Wed Jan 30 00:24:32 2019 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -659,7 +659,7 @@
      * Checks the readability graph to ensure that
      * <ol>
      *   <li><p> A module does not read two or more modules with the same name.
-     *   This includes the case where a module reads another another with the
+     *   This includes the case where a module reads another module with the
      *   same name as itself. </p></li>
      *   <li><p> Two or more modules in the configuration don't export the same
      *   package to a module that reads both. This includes the case where a