Blob Blame History Raw
From 4e3abf417fc485b89edf2a591cd4e22432d62ed1 Mon Sep 17 00:00:00 2001
From: Jeremy Chadwick <jdc@koitsu.org>
Date: Mon, 26 Aug 2019 12:16:22 -0700
Subject: [PATCH 035/170] Use the word 'macros' universally (not macroes)

---
 doc/ca65.sgml | 8 ++++----
 doc/cl65.sgml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/ca65.sgml b/doc/ca65.sgml
index 21103999..af2ce825 100644
--- a/doc/ca65.sgml
+++ b/doc/ca65.sgml
@@ -3444,8 +3444,8 @@ Here's a list of all control commands and a description, what they do:
         atari           Defines the scrcode macro.
         cbm             Defines the scrcode macro.
         cpu             Defines constants for the .CPU variable.
-        generic         Defines generic macroes like add, sub, and blt.
-        longbranch      Defines conditional long-jump macroes.
+        generic         Defines generic macros like add, sub, and blt.
+        longbranch      Defines conditional long-jump macros.
   </verb></tscreen>
 
   Including a macro package twice, or including a macro package that
@@ -4479,8 +4479,8 @@ are:
 
 <sect1><tt>.MACPACK generic</tt><p>
 
-This macro package defines macroes that are useful in almost any program.
-Currently defined macroes are:
+This macro package defines macros that are useful in almost any program.
+Currently defined macros are:
 
 <tscreen><verb>
         .macro  add     Arg     ; add without carry
diff --git a/doc/cl65.sgml b/doc/cl65.sgml
index 0291f2eb..989dce70 100644
--- a/doc/cl65.sgml
+++ b/doc/cl65.sgml
@@ -138,7 +138,7 @@ There are a few remaining options that control the behaviour of cl65:
 
   This option is passed to the cc65 compiler; and, it forces cl65 to stop
   before the assembly step. That means that C-level preprocessor directives
-  are obeyed; and, macroes are expanded.  But, the C source isn't compiled.
+  are obeyed; and, macros are expanded.  But, the C source isn't compiled.
   If the <tt/-o/ option isn't used, then the C code results are written into
   files with a ".i" suffix on their base names.  Assembler files, object
   files, and libraries given on the command line are ignored.
-- 
2.26.0