diff --git a/src/java.base/share/classes/java/lang/classfile/attribute/package-info.java b/src/java.base/share/classes/java/lang/classfile/attribute/package-info.java index 43bf1984a00..2525b8c6bc3 100644 --- a/src/java.base/share/classes/java/lang/classfile/attribute/package-info.java +++ b/src/java.base/share/classes/java/lang/classfile/attribute/package-info.java @@ -61,7 +61,7 @@ *
* The attribute factories generally have two sets of factory methods: one that accepts symbolic information * representing the uses, and another that accepts constant pool entries. Most of time, the symbolic factories are - * sufficent, but the constant pool entry ones can be used for fine-grained control over {@code class} file generation; + * sufficient, but the constant pool entry ones can be used for fine-grained control over {@code class} file generation; * see "{@linkplain java.lang.classfile.constantpool##writing Writing the constant pool entries}" for more details. *
* Many attributes can be bulk-copied if the data it depends on does not change; this information is exposed in {@link