diff options
author | Marcus Arendt <[email protected]> | 2014-11-24 11:45:53 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-11-24 11:45:53 +0100 |
commit | 09725c52dfbdcce5ebcf4e52f856f732c738b0d8 (patch) | |
tree | 0ce26399706528019235b67bdbb2c5103d46fb81 /system/doc/tutorial | |
parent | cb372c96f3449cfca69e2737fa3d4503fa24444a (diff) | |
parent | 069fe15452aa33440aff5e770c169bd3612d7646 (diff) | |
download | otp-09725c52dfbdcce5ebcf4e52f856f732c738b0d8.tar.gz otp-09725c52dfbdcce5ebcf4e52f856f732c738b0d8.tar.bz2 otp-09725c52dfbdcce5ebcf4e52f856f732c738b0d8.zip |
Merge branch 'derek121/doc-spelling-grammar-fixes' into maint
* derek121/doc-spelling-grammar-fixes:
Fix spelling and grammar
Diffstat (limited to 'system/doc/tutorial')
-rw-r--r-- | system/doc/tutorial/c_portdriver.xmlsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/tutorial/c_portdriver.xmlsrc b/system/doc/tutorial/c_portdriver.xmlsrc index 421ea63f33..2fd6fb0aac 100644 --- a/system/doc/tutorial/c_portdriver.xmlsrc +++ b/system/doc/tutorial/c_portdriver.xmlsrc @@ -35,7 +35,7 @@ <section> <title>Port Drivers</title> - <p>A port driver is a linked in driver, that is accessible as a + <p>A port driver is a linked in driver that is accessible as a port from an Erlang program. It is a shared library (SO in Unix, DLL in Windows), with special entry points. The Erlang runtime calls these entry points, when the driver is started and when |