--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/model/AnnotationProxyMaker.java 2019-12-20 15:41:18.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/model/AnnotationProxyMaker.java 2019-12-20 15:41:18.000000000 +0000 @@ -321,7 +321,7 @@ /** * ExceptionProxy for MirroredTypesException. - * The toString, hashCode, and equals methods foward to the underlying + * The toString, hashCode, and equals methods forward to the underlying * types. */ private static final class MirroredTypesExceptionProxy extends ExceptionProxy {