Skip to content

Commit 70cd586

Browse files
committed
Fixed typo
1 parent eb9699f commit 70cd586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The previous section described the event list and how simulation entities (proce
7575

7676
Inactive processes are placed on to the scheduler queue, and when the current active process yields control to the scheduler (either because it has finished or been placed back onto the scheduler queue), the scheduler removes the process at the head of the queue and re-activates it. (In SIMULA the currently active process is not removed from the head of the queue.) When the scheduler queue is empty, i.e., there are no further processes left to execute, the scheduler terminates the simulation.
7777

78-
img::images/queues.jpg[simulation queues]
78+
image::images/queues.jpg[simulation queues]
7979

8080
Figure 1: Scheduler-Process Interaction
8181

0 commit comments

Comments
 (0)