From 6792c681a79590f2fb984f286aea44982c6a5bf1 Mon Sep 17 00:00:00 2001 From: Mikhail Khanov <103335923+khanovmikhail@users.noreply.github.com> Date: Mon, 10 Mar 2025 01:17:00 +0400 Subject: [PATCH] Update RecomputeFieldValue.java Fixed some minor typos --- .../src/com/oracle/svm/core/annotate/RecomputeFieldValue.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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