Blob Blame History Raw
From 57b997355fd97565d4a6a9713832afd5fdaf4f83 Mon Sep 17 00:00:00 2001
From: Jeremy Chadwick <jdc@koitsu.org>
Date: Sat, 24 Aug 2019 03:49:32 -0700
Subject: [PATCH 034/170] Grammatical modifications

---
 doc/ld65.sgml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/ld65.sgml b/doc/ld65.sgml
index 6add0f0f..97233271 100644
--- a/doc/ld65.sgml
+++ b/doc/ld65.sgml
@@ -562,8 +562,8 @@ segment, where this attribute is true, the linker will export three symbols.
 </verb></tscreen>
 
 Replace <tt/NAME/ by the name of the segment, in the example above, this would
-be <tt/BSS/. These symbols may be accessed by your code once the symbol has
-been imported using the <tt>.IMPORT</tt> directive.
+be <tt/BSS/. These symbols may be accessed by your code when imported using
+the <tt>.IMPORT</tt> directive.
 
 Now, as we've configured the linker to write the first three segments and
 create symbols for the last one, there's only one question left: Where does
@@ -767,8 +767,8 @@ useful for things like a software stack, or an I/O area.
         }
 </verb></tscreen>
 
-This will define some external symbols that may be used in your code once
-the symbol has imported using the <tt>.IMPORT</tt> directive:
+This will define some external symbols that may be used in your code when
+imported using the <tt>.IMPORT</tt> directive:
 
 <tscreen><verb>
         __STACK_START__         This is set to the start of the memory
-- 
2.26.0