summaryrefslogtreecommitdiff
path: root/doc/mdk_tut.texi
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2018-12-25 21:17:00 +0200
committerPeter Pentchev <roam@ringlet.net>2018-12-25 21:17:00 +0200
commita8fd5ddcdc785f5e1a798c7f532d2ac662157d5c (patch)
tree949b583882b8bb0b645744f4b53dfd53b3288c8f /doc/mdk_tut.texi
parenta489888d10e2a1f2125fadaba0b5a11fb40dd215 (diff)
Revert the patches applied by git-dpm.
Diffstat (limited to 'doc/mdk_tut.texi')
-rw-r--r--doc/mdk_tut.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mdk_tut.texi b/doc/mdk_tut.texi
index ada5b7d..e2d3a15 100644
--- a/doc/mdk_tut.texi
+++ b/doc/mdk_tut.texi
@@ -397,7 +397,7 @@ The following instructions are the inverse of the load
operations: they are used to store a subfield of a register
into a memory location. Here, MOD represents the subfield of the memory
cell that is to be overwritten with bytes from a register. These bytes
-are taken starting with the rightmost side of the register.
+are taken beginning by the rightmost side of the register.
@ftable @code
@item STA
@@ -823,7 +823,7 @@ counter, while @samp{HLT} usually marks program termination.
@comment node-name, next, previous, up
@subsubsection Execution times
-@cindex execution time
+@cindex exection time
@cindex time
When writing MIXAL programs (or any kind of programs, for that