about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-11-28 14:36:07 -0800
committerKartik Agaram <vc@akkartik.com>2018-11-28 14:36:07 -0800
commit72281427ca79c4d2e31f7a20c45a74aee8b766ad (patch)
tree304ba4359a60af0a7560dbf84dc229e4ffde9638
parent4650c8188ff8c134187836ccc81d0bd14a3afb47 (diff)
downloadmu-72281427ca79c4d2e31f7a20c45a74aee8b766ad.tar.gz
4794
-rw-r--r--subx/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 1aba8c57..76dc5395 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -47,7 +47,7 @@ by:
    also trigger checks. Here, tagging operands with the `imm32` type allows
    SubX to check that instructions have precisely the operand types they
    should. x86 instructions have 14 types of operands, and missing one causes
-   all future instructions to go out off the rails, interpreting operands as
+   all future instructions to go off the rails, interpreting operands as
    opcodes and vice versa. So this is a useful check.
 
 1. Designing testable wrappers for operating system interfaces. For example,