Skip to content

Commit

Permalink
Corrected typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcl committed Dec 23, 2016
1 parent ec0ed46 commit bf42172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documents/manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The implementations of the operations Identity and Self are provided by the base

Typically when building your simulation you will have a single process which coordinates the other entities. This coordinator will be its own simulation entity that is created by the main (process) thread, which itself must be suspended while the simulation executes. This means that when the simulation wants to end, the main thread must be resumed. The mainResume() method should be called by your coordinator entity to have this happen.

If during the execution of your simulation you ever need to exit the entire process, use the exit() method and you can pass a specific return code.
If during the execution of your simulation you ever need to exit the entire process, use the Exit() method and you can pass a specific return code.

=== Specific Thread Class Implementations

Expand Down
2 changes: 1 addition & 1 deletion Manual/man/man3/Thread.3A
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ method should be called by your coordinator entity to have this happen.

If during the execution of your simulation you ever need to exit the entire process, use the
.B
exit
Exit
method and you can pass a specific return code.

.B
Expand Down

0 comments on commit bf42172

Please sign in to comment.