about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rw-r--r--subx/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index cbc60d51..b7741350 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -2,7 +2,7 @@
 
 Bytecode interpreter for a subset of the 32-bit x86 ISA.
 
-* Only instructions that operate on the 32-bit E*X registers. (No
+* Only instructions that operate on the 32-bit E\*X registers. (No
   floating-point yet.)
 * Only instructions that assume a flat address space; no instructions that use
   segment registers.