diff options
author | Derek Brown <[email protected]> | 2014-11-20 13:46:42 -0500 |
---|---|---|
committer | Derek Brown <[email protected]> | 2014-11-20 15:56:42 -0500 |
commit | 069fe15452aa33440aff5e770c169bd3612d7646 (patch) | |
tree | 38e9dfb373fdf898680f1982ba1728dfb1c43f93 /system/doc/tutorial | |
parent | 2feb7638d47f2d1012871de3040fa7d50f058e3a (diff) | |
download | otp-069fe15452aa33440aff5e770c169bd3612d7646.tar.gz otp-069fe15452aa33440aff5e770c169bd3612d7646.tar.bz2 otp-069fe15452aa33440aff5e770c169bd3612d7646.zip |
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 |