diff --git a/classpath/avian/Continuations.java b/classpath/avian/Continuations.java index 5bc1deeefd..f4f5d4c06a 100644 --- a/classpath/avian/Continuations.java +++ b/classpath/avian/Continuations.java @@ -90,8 +90,8 @@ import java.util.concurrent.Callable; *
Traditionally, Java provides one way to wind the execution stack - * (recursive method calls) and two ways to unwind it (normal returns - * and exception unwinding). With continuations, we add a new way to + * (method calls) and two ways to unwind it (normal returns and + * exception unwinding). With continuations, we add a new way to * rewind the stack and a new way to unwind it. * *
The call stack of a continuation may share frames with other