--- old/src/java.base/share/classes/java/lang/reflect/TypeVariable.java 2019-06-07 22:41:49.082498274 -0700 +++ new/src/java.base/share/classes/java/lang/reflect/TypeVariable.java 2019-06-07 22:41:48.722498274 -0700 @@ -72,7 +72,7 @@ /** * Returns the {@code GenericDeclaration} object representing the - * generic declaration declared this type variable. + * generic declaration declared for this type variable. * * @return the generic declaration declared for this type variable. *