From 3c269833a106db73e3d53bbcda81c547c2ebc466 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:37:57 -0500 Subject: [PATCH] Adjust one typo Signed-off-by: kokomo123 <70863536+kokomo123@users.noreply.github.com> --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.