aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-10-31 11:17:50 +0100
committerBjörn-Egil Dahlberg <[email protected]>2016-10-31 11:17:50 +0100
commit8670c400170a08c742ea6b133517abd160a18b05 (patch)
tree998a4e407d40fd6bc2bb083e85774d7221ae427d /erts
parent348c4f3e579a104eb652a527c9c19a4230beb47e (diff)
parentc2ef711586be55142d0a62825026ad9c0a1d73fa (diff)
downloadotp-8670c400170a08c742ea6b133517abd160a18b05.tar.gz
otp-8670c400170a08c742ea6b133517abd160a18b05.tar.bz2
otp-8670c400170a08c742ea6b133517abd160a18b05.zip
Merge branch 't-richards/erts/fix-typos-erl_driver/PR-1221/OTP-13990' into maint
* t-richards/erts/fix-typos-erl_driver/PR-1221/OTP-13990: Fix typos in erl_driver.xml
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/erl_driver.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erl_driver.xml b/erts/doc/src/erl_driver.xml
index 5191742bc9..d8bf45c523 100644
--- a/erts/doc/src/erl_driver.xml
+++ b/erts/doc/src/erl_driver.xml
@@ -2039,7 +2039,7 @@ r = driver_async(myPort, &myKey, myData, myFunc); ]]></code>
<fsummary>Set and get limits for busy port message queue.</fsummary>
<desc>
<marker id="erl_drv_busy_msgq_limits"></marker>
- <p>Sets and gets limits that will be used for controling the
+ <p>Sets and gets limits that will be used for controlling the
busy state of the port message queue.</p>
<p>The port message queue is set into a busy
state when the amount of command data queued on the
@@ -2112,7 +2112,7 @@ r = driver_async(myPort, &myKey, myData, myFunc); ]]></code>
It is used to identify the condition variable in planned
future debug functionality.</p>
<p>Returns <c>NULL</c> on failure. The driver
- creating the condition variable is responsibile for
+ creating the condition variable is responsible for
destroying it before the driver is unloaded.</p>
<p>This function is thread-safe.</p>
</desc>