From c2ef711586be55142d0a62825026ad9c0a1d73fa Mon Sep 17 00:00:00 2001 From: Tom Richards Date: Thu, 27 Oct 2016 23:46:21 -0400 Subject: Fix typos in erl_driver.xml --- erts/doc/src/erl_driver.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'erts') 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); ]]> Set and get limits for busy port message queue. -

Sets and gets limits that will be used for controling the +

Sets and gets limits that will be used for controlling the busy state of the port message queue.

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); ]]> It is used to identify the condition variable in planned future debug functionality.

Returns NULL 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.

This function is thread-safe.

-- cgit v1.2.3