Skip to content

Commit 8c5a984

Browse files
committed
docs: Proofreading [Robert]
1 parent afa05a6 commit 8c5a984

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: docs/source/techspecs/cpu_device.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ TODO.
3030
~~~~~~~~~~~~~~
3131

3232
An interruptible CPU is defined as a core which is able to suspend the
33-
execution of a instruction at any time, exit execute_run, then at the
34-
next call of ``execute_run`` keep going from where it was. This
35-
includes begin able to abort an issued memory access, quit
33+
execution of one instruction at any time, exit execute_run, then at
34+
the next call of ``execute_run`` keep going from where it was. This
35+
includes being able to abort an issued memory access, quit
3636
execute_run, then upon the next call of execute_run reissue the exact
3737
same access.
3838

Diff for: docs/source/techspecs/memory.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ view can be re-enabled at any time.
281281
3.5 Bus contention handling
282282
~~~~~~~~~~~~~~~~~~~~~~~~~~~
283283

284-
Some specific CPUs have be upgraded to be interruptible which allows
284+
Some specific CPUs have been upgraded to be interruptible which allows
285285
to add bus contention and wait states capabitilites. Being
286286
interruptible means, in practice, that an instruction can be
287287
interrupted at any time and the execute_run method of the core exited.
@@ -328,7 +328,7 @@ cycle will be aborted for lack of remaining time, and the method will
328328
eventually be called again. It will then give the time of when the
329329
second dma will finish, and all will be well.
330330

331-
It can also allow to reduce said earlier time when circonstances
331+
It can also allow to reduce said earlier time when circumstances
332332
require it. For instance a PIO latch that waits up to 64 cycles that
333333
data arrives can indicate that current time + 64 as a target (which
334334
will trigger a bus error for instance) but if a timer elapses and

0 commit comments

Comments
 (0)