--- old/src/java.compiler/share/classes/javax/tools/Diagnostic.java 2019-12-20 15:40:44.000000000 +0000 +++ new/src/java.compiler/share/classes/javax/tools/Diagnostic.java 2019-12-20 15:40:43.000000000 +0000 @@ -112,7 +112,7 @@ * associated with this diagnostic that indicates the location of * the problem. In addition, the following must be true: * - *

{@code getStartPostion() <= getPosition()} + *

{@code getStartPosition() <= getPosition()} *

{@code getPosition() <= getEndPosition()} * * @return character offset from beginning of source; {@link --- old/src/java.compiler/share/classes/javax/tools/DocumentationTool.java 2019-12-20 15:40:44.000000000 +0000 +++ new/src/java.compiler/share/classes/javax/tools/DocumentationTool.java 2019-12-20 15:40:44.000000000 +0000 @@ -53,7 +53,7 @@ * use {@code System.err} if {@code null} * * @param fileManager a file manager; if {@code null} use the - * tool's standard filemanager + * tool's standard file manager * * @param diagnosticListener a diagnostic listener; if {@code null} * use the tool's default method for reporting diagnostics @@ -113,11 +113,10 @@ Charset charset); /** - * Interface representing a future for a documentation task. The - * task has not yet started. To start the task, call - * the {@linkplain #call call} method. + * Interface representing a future for a documentation task. + * To start the task, call the {@linkplain #call call} method. * - *

Before calling the call method, additional aspects of the + *

Before calling the {@code call} method, additional aspects of the * task can be configured, for example, by calling the * {@linkplain #setLocale setLocale} method. */ --- old/src/java.compiler/share/classes/javax/tools/JavaCompiler.java 2019-12-20 15:40:45.000000000 +0000 +++ new/src/java.compiler/share/classes/javax/tools/JavaCompiler.java 2019-12-20 15:40:45.000000000 +0000 @@ -236,7 +236,7 @@ * @param out a Writer for additional output from the compiler; * use {@code System.err} if {@code null} * @param fileManager a file manager; if {@code null} use the - * compiler's standard filemanager + * compiler's standard file manager * @param diagnosticListener a diagnostic listener; if {@code * null} use the compiler's default method for reporting * diagnostics --- old/src/jdk.compiler/share/classes/com/sun/source/tree/CaseTree.java 2019-12-20 15:40:46.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/source/tree/CaseTree.java 2019-12-20 15:40:46.000000000 +0000 @@ -98,7 +98,7 @@ } /** - * The syntatic form of this case: + * The syntactic form of this case: *