diff options
author | Tuncer Ayaz <[email protected]> | 2011-12-01 17:43:49 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 17:29:11 +0100 |
commit | d507bcb15b26222f5d82b11b802ab569050799b6 (patch) | |
tree | e4c7d99af28fc1bae2e09a6365f2977ee0f67671 /erts/doc/src/erl.xml | |
parent | 73810155954328f7c7c9e3e22f2be44ce5aeef0c (diff) | |
download | otp-d507bcb15b26222f5d82b11b802ab569050799b6.tar.gz otp-d507bcb15b26222f5d82b11b802ab569050799b6.tar.bz2 otp-d507bcb15b26222f5d82b11b802ab569050799b6.zip |
Fix typos in erl(1)
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 9fb718e60f..cfbc38f176 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -679,7 +679,7 @@ <tag><c>ts</c></tag> <item> <p><c>thread_spread</c> - Thread refers to hardware threads - (e.g. Intels hyper-threads). Schedulers with low scheduler + (e.g. Intel's hyper-threads). Schedulers with low scheduler identifiers, will be bound to the first hardware thread of each core, then schedulers with higher scheduler identifiers will be bound to the second hardware thread of each core, @@ -794,7 +794,7 @@ <item><c><![CDATA[<IdDefs> = <LogicalIds><ThreadIds><CoreIds><ProcessorIds><NodeIds> | <LogicalIds><ThreadIds><CoreIds><NodeIds><ProcessorIds>]]></c></item> <item><c><![CDATA[CpuTopology = <IdDefs>:<IdDefs> | <IdDefs>]]></c></item> </list> - <p>Set a user defined CPU topolgy. The user defined + <p>Set a user defined CPU topology. The user defined CPU topology will override any automatically detected CPU topology. The CPU topology is used when <seealso marker="#+sbt">binding schedulers to logical |