about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-24 23:13:53 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-24 23:15:39 -0700
commite68dc9ccfb3f63c4c5ba60c63d87237854503b73 (patch)
treecf922ad379e3eda43e67841d302e487a6197ea15 /010vm.cc
parent62a3c1b48b014e2bb8f7959efb7bd6395e455972 (diff)
downloadmu-e68dc9ccfb3f63c4c5ba60c63d87237854503b73.tar.gz
7094
Diffstat (limited to '010vm.cc')
-rw-r--r--010vm.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/010vm.cc b/010vm.cc
index e9c3f354..bce4467c 100644
--- a/010vm.cc
+++ b/010vm.cc
@@ -79,8 +79,8 @@ put_new(Help, "registers",
   "though of course you'll need to be careful to ignore instructions and flag registers\n"
   "that SubX doesn't support.\n"
   "\n"
-  "It isn't simple, but if this is the processor you have running on your computer.\n"
-  "Might as well get good at it.\n"
+  "It isn't simple, but if this is the processor you have running on your computer,\n"
+  "might as well get good at it.\n"
 );
 
 :(before "End Globals")