8200128: Fix some "annoations" typos

Reviewed-by: alanb
This commit is contained in:
Martin Buchholz 2018-04-05 09:36:01 -07:00
parent 2fd847eb0e
commit 5c8c67c523
6 changed files with 10 additions and 10 deletions

View file

@ -81,7 +81,7 @@ import java.lang.annotation.*;
*
* @implNote
* This annotation only takes effect for fields of classes loaded by the boot
* loader. Annoations on fields of classes loaded outside of the boot loader
* loader. Annotations on fields of classes loaded outside of the boot loader
* are ignored.
*/
@Target(ElementType.FIELD)