Skip to content

Commit 84ac352

Browse files
committed
Fix typo.
1 parent 33ae8ec commit 84ac352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/Uninterruptible.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* semantics. Covariant return types are not allowed when overriding a method, i.e., the base method
6767
* and the override must have the exact same declared return type. Covariant return types require a
6868
* synthetic bridge method that is generated automatically by the Java compiler, and not all Java
69-
* compilers put the {@link Uninterruptible} annotation on the bridge metod too (for example ECJ).
69+
* compilers put the {@link Uninterruptible} annotation on the bridge method too (for example ECJ).
7070
* For consistency reasons, synthetic methods are therefore never treated as uninterruptible.
7171
* <p>
7272
* Annotated methods give a terse {@link #reason} why they are annotated. Often the reason is that

0 commit comments

Comments
 (0)