summaryrefslogtreecommitdiff
path: root/doc/MIX.DOC
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2021-12-30 20:50:18 +0200
committerPeter Pentchev <roam@debian.org>2021-12-30 20:50:18 +0200
commit853df83b3f53ef55c64bd29fea9205241654c52b (patch)
tree72357a246fb3d454b9e1365a849e056c6be80955 /doc/MIX.DOC
parenta3f3aa90af05a20b71a74b47ab2b0c5168c905b3 (diff)
Correct some typographical and grammatical errors.
Forwarded: not-yet Last-Update: 2021-12-30 At least two typos in the intl/ directory were left as-is, since this seems to be imported libintl source code. Gbp-Pq: Name typos.patch
Diffstat (limited to 'doc/MIX.DOC')
-rw-r--r--doc/MIX.DOC4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/MIX.DOC b/doc/MIX.DOC
index b1f7d62..16f23b2 100644
--- a/doc/MIX.DOC
+++ b/doc/MIX.DOC
@@ -44,7 +44,7 @@ is used in connection with rA to hold ten bytes of a product or dividend, or
it can be used to hold information shifted to the right out of rA. The index
registers rI1, rI2, rI3, rI4, rI5, and rI6 are used primarily for counting and
for referencing variable memory addresses. The J-register always hold the
-address of the instruction following the preceding ``JUMP'' intruction, and it
+address of the instruction following the preceding ``JUMP'' instruction, and it
is primarily used in connection with subroutines.
Besides thesee registers, MIX contains
@@ -124,7 +124,7 @@ portion; and I, F represent the I- and F-fields, respectively.
If I is zero, the ``,I'' is omitted. If F is the -normal- F-specification
for this particular operator, the ``(F)'' need not be written. The normal F-
specification for almost all operators is (0:5), representing a whole word.
-If a different F is standard, it will be mentioned explicity when we discuss
+If a different F is standard, it will be mentioned explicitly when we discuss
a particular operator.
...