--- old/src/java.compiler/share/classes/javax/lang/model/type/TypeVisitor.java 2017-01-09 15:55:12.919051461 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/type/TypeVisitor.java 2017-01-09 15:55:12.811051463 -0800 @@ -32,7 +32,7 @@ * visitor design pattern. Classes implementing this * interface are used to operate on a type when the kind of * type is unknown at compile time. When a visitor is passed to a - * type's {@link TypeMirror#accept accept} method, the visitXYZ + * type's {@link TypeMirror#accept accept} method, the visitXYZ * method most applicable to that type is invoked. * *

Classes implementing this interface may or may not throw a