aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-02-27 19:02:13 +0100
committerTuncer Ayaz <[email protected]>2011-03-30 19:55:09 +0200
commit75a01b2b20077494e95cd828d038e9aef22a9502 (patch)
tree0ee5f285a3b023b8ffae35a60330d927ee09f291 /erts/doc
parent033469177c0337ce0dfde3a5a6478179389ba8c0 (diff)
downloadotp-75a01b2b20077494e95cd828d038e9aef22a9502.tar.gz
otp-75a01b2b20077494e95cd828d038e9aef22a9502.tar.bz2
otp-75a01b2b20077494e95cd828d038e9aef22a9502.zip
Remove gratuitous paren in driver_entry
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 */