diff -r 2c2f062cf52f -r 6e4ef4e0097f jdk/src/share/classes/sun/reflect/annotation/TypeAnnotationParser.java --- a/jdk/src/share/classes/sun/reflect/annotation/TypeAnnotationParser.java Thu Oct 24 13:06:05 2013 -0400 +++ b/jdk/src/share/classes/sun/reflect/annotation/TypeAnnotationParser.java Thu Oct 24 19:04:27 2013 +0200 @@ -54,7 +54,7 @@ * * @param rawAnnotations the byte[] encoding of all type annotations on this declaration * @param cp the ConstantPool needed to parse the embedded Annotation - * @param decl the dclaration this type annotation is on + * @param decl the declaration this type annotation is on * @param container the Class this type annotation is on (may be the same as decl) * @param type the type the AnnotatedType corresponds to * @param filter the type annotation targets included in this AnnotatedType