diff options
Diffstat (limited to 'interp')
-rw-r--r-- | interp/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/README.md b/interp/README.md index c0a794cc7..26ab657c0 100644 --- a/interp/README.md +++ b/interp/README.md @@ -28,7 +28,7 @@ All in all, this design provides several benefits: it should be a whole lot faster for loops as it doesn't have to call into LLVM (via CGo) for every operation. -As mentioned, this partial evaulator comes in three parts: a compiler, an +As mentioned, this partial evaluator comes in three parts: a compiler, an interpreter, and a memory manager. ## Compiler |