about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index d80d06a8..cbc60d51 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -12,7 +12,7 @@ Bytecode interpreter for a subset of the 32-bit x86 ISA.
 * Only relative jump instructions (with 8-bit or 16-bit offsets).
 
 These rules yield a clean instruction set. We don't care about running
-arbitrary binaries, just those generated by our Mu compiler.
+arbitrary binaries, just those generated by our forthcoming Mu compiler.
 
 Targeting a VM enables more comprehensive tests for the compiler, without
 requiring access to processor/memory state without getting bogged down in