diff options
Diffstat (limited to '011run.cc')
-rw-r--r-- | 011run.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/011run.cc b/011run.cc index e4194687..424e40e9 100644 --- a/011run.cc +++ b/011run.cc @@ -19,8 +19,8 @@ put_new(Help, "syntax", "The resulting binary starts running code from a label called 'Entry'\n" "in the code segment.\n" "\n" - "Segments with the same name get merged together. This rule helps keep functions and\n" - "their data close together in .subx files.\n" + "Segments with the same name get merged together. This rule helps keep functions\n" + "and their data close together in .subx files.\n" "You don't have to specify the starting address after the first time.\n" "\n" "Lines consist of a series of words. Words can contain arbitrary metadata\n" |