diff --git a/classpath/avian/Continuations.java b/classpath/avian/Continuations.java index ecec10b348..42565830d4 100644 --- a/classpath/avian/Continuations.java +++ b/classpath/avian/Continuations.java @@ -128,7 +128,7 @@ public class Continuations { * receiver.receive(Callback), propagate the exception * thrown by that method, return the result passed to the * handleResult(T) method of the continuation, or throw the - * exception passed to the handleException(Throwable) of the + * exception passed to the handleException(Throwable) method of the * continuation. */ public static native T callWithCurrentContinuation