--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/util/Context.java 2019-12-20 15:41:28.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/util/Context.java 2019-12-20 15:41:28.000000000 +0000 @@ -59,7 +59,7 @@ * * protected Phase(Context context) { * context.put(phaseKey, this); - * // other intitialization follows... + * // other initialization follows... * } * } * }