Skip to content

Commit bf42172

Browse files
committed
Corrected typos.
1 parent ec0ed46 commit bf42172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documents/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The implementations of the operations Identity and Self are provided by the base
101101

102102
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.
103103

104-
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.
104+
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.
105105

106106
=== Specific Thread Class Implementations
107107

Manual/man/man3/Thread.3A

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ method should be called by your coordinator entity to have this happen.
8181

8282
If during the execution of your simulation you ever need to exit the entire process, use the
8383
.B
84-
exit
84+
Exit
8585
method and you can pass a specific return code.
8686

8787
.B

0 commit comments

Comments
 (0)