diff --git a/src/README.md b/src/README.md index 1278522..daca945 100644 --- a/src/README.md +++ b/src/README.md @@ -1,5 +1,5 @@ # Tiered JIT Compilation -Pound's current goal is to create a Task-Based Parrallel JIT with Work-Stealing. This should hopefully be faster than Dynarmic's multithreading model. Wish me luck. +Pound's current goal is to create a Task-Based Parallel JIT with Work-Stealing. This should hopefully be faster than Dynarmic's multithreading model. Wish me luck. ## Roadmap: [ ] Interpreter: Runs code immediately while the JIT compiles a faster version in the background.