about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-11-26 01:43:48 -0800
committerKartik Agaram <vc@akkartik.com>2018-11-26 01:43:48 -0800
commit71d7081a7ccf0af6e5887856ada32b468bcca30f (patch)
tree58dc166d83583eb3496155d8537dead19b513b15
parent116c41add4a557bef8ed65054f2667b4a2411f9d (diff)
downloadmu-71d7081a7ccf0af6e5887856ada32b468bcca30f.tar.gz
4786
-rw-r--r--subx/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 032673fd..37e666b5 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -124,7 +124,7 @@ is the final source of truth on the x86 instruction set, but it can be
 forbidding to make sense of, so here's a quick orientation. You will need
 familiarity with binary and hexadecimal encodings (starting with '0x') for
 numbers, and maybe a few other things. Email [me](mailto:mu@akkartik.com)
-anytime if something isn't clear. I love explaining this stuff for as long as
+any time if something isn't clear. I love explaining this stuff for as long as
 it takes.
 
 The x86 instructions SubX supports can take anywhere from 1 to 13 bytes. Early