diff --git a/sdk/src/com.oracle.svm.core.annotate/src/com/oracle/svm/core/annotate/RecomputeFieldValue.java b/sdk/src/com.oracle.svm.core.annotate/src/com/oracle/svm/core/annotate/RecomputeFieldValue.java index 2950253b4973..2baccf3889b4 100644 --- a/sdk/src/com.oracle.svm.core.annotate/src/com/oracle/svm/core/annotate/RecomputeFieldValue.java +++ b/sdk/src/com.oracle.svm.core.annotate/src/com/oracle/svm/core/annotate/RecomputeFieldValue.java @@ -87,14 +87,14 @@ enum Kind { */ Reset, /** - * The object field is set to a instance of {@link #declClass} created by calling the + * The object field is set to an instance of {@link #declClass} created by calling the * default constructor. * * @since 22.3 */ NewInstance, /** - * The object field is set to a instance of {@link #declClass} created by calling the + * The object field is set to an instance of {@link #declClass} created by calling the * default constructor when the target field value is not null. * * @since 22.3