summaryrefslogtreecommitdiff
path: root/doc/mdk_tut.texi
diff options
context:
space:
mode:
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 e2d3a15..ada5b7d 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 beginning by the rightmost side of the register.
+are taken starting with 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 exection time
+@cindex execution time
@cindex time
When writing MIXAL programs (or any kind of programs, for that