diff --git a/classpath/avian/Continuations.java b/classpath/avian/Continuations.java index 387ebd31ac..4ca98d86bd 100644 --- a/classpath/avian/Continuations.java +++ b/classpath/avian/Continuations.java @@ -50,7 +50,7 @@ import java.util.concurrent.Callable; * frames from within that context. * *
Calling a continuation (i.e. feeding it a result or exception) - * causes the current continuation to be replaced with the calling + * causes the current continuation to be replaced with the called * continuation. When the last method in this new continuation * returns, it returns to the native frame which created the current * context, which may or may not be the same as the context in which