diff options
author | Henrik Nord <[email protected]> | 2011-03-25 14:55:50 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-03-25 14:55:50 +0100 |
commit | 21a514ba7842380973fd4c4006d6cf71403d021e (patch) | |
tree | ce4332309bdb5e53706d7782ac954a8eaee85724 /system/doc/efficiency_guide/drivers.xml | |
parent | ad99d0e01d9c61dfad5e8a32dc587b61e2409edb (diff) | |
parent | 179de7d370b9e0398500d7d0e5ae34dd2ad6c619 (diff) | |
download | otp-21a514ba7842380973fd4c4006d6cf71403d021e.tar.gz otp-21a514ba7842380973fd4c4006d6cf71403d021e.tar.bz2 otp-21a514ba7842380973fd4c4006d6cf71403d021e.zip |
Merge branch 'ta/doc-fixes' into dev
* ta/doc-fixes:
Fix two typos in erlsrv log messages
Fix typo in epmd help
Fix typo in binary:part/2 example
Fix typos in efficiency guide
erts: Fix doc typos, duplication and readability
Fix inet:port/1 doc to match implementation/spec
Fix typos in zip manpage
Diffstat (limited to 'system/doc/efficiency_guide/drivers.xml')
-rw-r--r-- | system/doc/efficiency_guide/drivers.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/efficiency_guide/drivers.xml b/system/doc/efficiency_guide/drivers.xml index 9fe54fb19a..1967fd7ada 100644 --- a/system/doc/efficiency_guide/drivers.xml +++ b/system/doc/efficiency_guide/drivers.xml @@ -40,7 +40,7 @@ any code in a driver.</p> <p>By default, that lock will be at the driver level, meaning that - if several ports has been opened to the same driver, only code for + if several ports have been opened to the same driver, only code for one port at the same time can be running.</p> <p>A driver can be configured to instead have one lock for each port.</p> |