--- a/langtools/src/java.compiler/share/classes/module-info.java Thu Jun 29 17:26:09 2017 +0000
+++ b/langtools/src/java.compiler/share/classes/module-info.java Mon Jul 03 13:18:55 2017 -0700
@@ -30,7 +30,7 @@
* and define interfaces for tools such as compilers which can be invoked
* from a program.
* <p>
- * This module is upgradeble.
+ * This module is upgradeable.
*
* @moduleGraph
* @since 9
--- a/langtools/src/jdk.compiler/share/classes/module-info.java Thu Jun 29 17:26:09 2017 +0000
+++ b/langtools/src/jdk.compiler/share/classes/module-info.java Mon Jul 03 13:18:55 2017 -0700
@@ -25,7 +25,7 @@
/**
* Defines the implementation of the
- * {@link javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
+ * {@linkplain javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
* and its command line equivalent, <em>{@index javac javac tool}</em>,
* as well as <em>{@index javah javah tool}</em>.
*
@@ -40,7 +40,7 @@
*
* <p> Instances of the tools can be obtained by calling
* {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst}
- * or the {@link java.util.ServiceLoader service loader} with the name
+ * or the {@linkplain java.util.ServiceLoader service loader} with the name
* {@code "javac"}.
*
* <p>
--- a/langtools/src/jdk.javadoc/share/classes/module-info.java Thu Jun 29 17:26:09 2017 +0000
+++ b/langtools/src/jdk.javadoc/share/classes/module-info.java Mon Jul 03 13:18:55 2017 -0700
@@ -25,7 +25,7 @@
/**
* Defines the implementation of the
- * {@link javax.tools.ToolProvider#getSystemDocumentationTool system documentation tool}
+ * {@linkplain javax.tools.ToolProvider#getSystemDocumentationTool system documentation tool}
* and its command line equivalent, <em>{@index javadoc javadoc tool}</em>.
*
* <h2 style="font-family:'DejaVu Sans Mono', monospace; font-style:italic">javadoc</h2>
@@ -39,7 +39,7 @@
*
* <p> Instances of the tools can be obtained by calling
* {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst}
- * or the {@link java.util.ServiceLoader service loader} with the name
+ * or the {@linkplain java.util.ServiceLoader service loader} with the name
* {@code "javadoc"}.
*
* <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
--- a/langtools/src/jdk.jdeps/share/classes/module-info.java Thu Jun 29 17:26:09 2017 +0000
+++ b/langtools/src/jdk.jdeps/share/classes/module-info.java Mon Jul 03 13:18:55 2017 -0700
@@ -26,7 +26,7 @@
/**
* Defines tools for analysing dependencies in Java libraries and programs,
* including the <em>{@index jdeps jdeps tool}</em>,
- * <em>{@index javap javap tool}</em> and
+ * <em>{@index javap javap tool}</em>, and
* <em>{@index jdeprscan jdeprscan tool}</em> tools.
*
* <p>
@@ -37,7 +37,7 @@
*
* <p> Instances of the tools can be obtained by calling
* {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst}
- * or the {@link java.util.ServiceLoader service loader} with the name
+ * or the {@linkplain java.util.ServiceLoader service loader} with the name
* {@code "javap"} or {@code "jdeps"} as appropriate.
*
* <p>