From f00317c415c8a581075badf73818b2ac9355d39d Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sat, 16 Jul 2011 19:07:54 -0600 Subject: [PATCH] clarify javadoc in Continuations.java --- classpath/avian/Continuations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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