diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-10-24 23:13:53 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-10-24 23:15:39 -0700 |
commit | e68dc9ccfb3f63c4c5ba60c63d87237854503b73 (patch) | |
tree | cf922ad379e3eda43e67841d302e487a6197ea15 | |
parent | 62a3c1b48b014e2bb8f7959efb7bd6395e455972 (diff) | |
download | mu-e68dc9ccfb3f63c4c5ba60c63d87237854503b73.tar.gz |
7094
-rw-r--r-- | 010vm.cc | 4 |
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") |