about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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")