Repair ancient spelling error

This commit is contained in:
Tony Garnock-Jones 2024-02-28 22:28:17 +01:00
parent 6d94e728af
commit 27ab682bca
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import java.util.logging.Level;
import java.util.logging.Logger;
/**
* I represent the shared execution concepts for a collection of objects; I am roughly analogous to the E concept of a Vat.
* I represent the shared execution context for a collection of objects; I am roughly analogous to the E concept of a Vat.
*/
public class Actor extends ForkJoinTask<Void> {
private final static AtomicLong _count = new AtomicLong(0);