aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-04-04 17:16:54 +0200
committerHenrik Nord <[email protected]>2011-04-04 17:16:59 +0200
commit923d311f2b06f9aa953b0099d51700c2c140e0c7 (patch)
treee8bbaec6080af382bffae4de386401355b91a99b /erts/doc
parentb1dd6ce31199feab376a22b6af658361403775c6 (diff)
parent75a01b2b20077494e95cd828d038e9aef22a9502 (diff)
downloadotp-923d311f2b06f9aa953b0099d51700c2c140e0c7.tar.gz
otp-923d311f2b06f9aa953b0099d51700c2c140e0c7.tar.bz2
otp-923d311f2b06f9aa953b0099d51700c2c140e0c7.zip
Merge branch 'ta/driver_entry-typos-re' into dev
* ta/driver_entry-typos-re: Remove gratuitous paren in driver_entry OTP-9192
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/driver_entry.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/driver_entry.xml b/erts/doc/src/driver_entry.xml
index dfddbb18ea..7860d83d83 100644
--- a/erts/doc/src/driver_entry.xml
+++ b/erts/doc/src/driver_entry.xml
@@ -121,7 +121,7 @@ typedef struct erl_drv_entry {
the port */
void (*ready_input)(ErlDrvData drv_data, ErlDrvEvent event);
/* called when we have input from one of
- the driver's handles) */
+ the driver's handles */
void (*ready_output)(ErlDrvData drv_data, ErlDrvEvent event);
/* called when output is possible to one of
the driver's handles */