aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/drivers/unix/multi_drv.c
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2014-08-24 19:05:02 +0200
committerTuncer Ayaz <[email protected]>2014-08-25 13:18:52 +0200
commit63d7fbe5cdf2b714500467b771a237e9ec11aaa8 (patch)
tree6ae3a835427e36c7773f4d34841fe5df53d3672a /erts/emulator/drivers/unix/multi_drv.c
parentcffe162d9ddce58b2aaf71a102f3b6c6738a2029 (diff)
downloadotp-63d7fbe5cdf2b714500467b771a237e9ec11aaa8.tar.gz
otp-63d7fbe5cdf2b714500467b771a237e9ec11aaa8.tar.bz2
otp-63d7fbe5cdf2b714500467b771a237e9ec11aaa8.zip
Fix misspellings of 'another'
Diffstat (limited to 'erts/emulator/drivers/unix/multi_drv.c')
-rw-r--r--erts/emulator/drivers/unix/multi_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/drivers/unix/multi_drv.c b/erts/emulator/drivers/unix/multi_drv.c
index 822c96730c..724d325ed5 100644
--- a/erts/emulator/drivers/unix/multi_drv.c
+++ b/erts/emulator/drivers/unix/multi_drv.c
@@ -20,7 +20,7 @@
/* Purpose: Multidriver interface
This is an example of a driver which allows multiple instances of itself.
I.e have one erlang process execute open_port(multi......) and
- at the same time have an other erlang process open an other port
+ at the same time have another erlang process open another port
running multi there as well.
*/