aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2014-09-16 16:53:47 +0200
committerIngela Anderton Andin <[email protected]>2014-09-16 16:53:47 +0200
commitef38e1b3082675fdd7ceea051995b764864d2dc7 (patch)
tree4f71d331712de7d02b952c5a876582b561af56eb /erts
parentc66350f67c0131ee06c227fa23e40ef33e4e3df7 (diff)
parent08fb3803a26d57c27cf9f0ef23c2fa49d15d0d33 (diff)
downloadotp-ef38e1b3082675fdd7ceea051995b764864d2dc7.tar.gz
otp-ef38e1b3082675fdd7ceea051995b764864d2dc7.tar.bz2
otp-ef38e1b3082675fdd7ceea051995b764864d2dc7.zip
Merge branch 'master' of git-server:otp
Diffstat (limited to 'erts')
-rw-r--r--erts/epmd/src/epmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/epmd/src/epmd.c b/erts/epmd/src/epmd.c
index 9630e0cdf0..0823dcaa4e 100644
--- a/erts/epmd/src/epmd.c
+++ b/erts/epmd/src/epmd.c
@@ -345,7 +345,7 @@ static void run_daemon(EpmdVars *g)
inform it of that the log is closed. */
closelog();
- /* These chouldn't be needed but for safety... */
+ /* These shouldn't be needed but for safety... */
open("/dev/null", O_RDONLY); /* Order is important! */
open("/dev/null", O_WRONLY);
@@ -386,7 +386,7 @@ static void run_daemon(EpmdVars *g)
close(1);
close(2);
- /* These chouldn't be needed but for safety... */
+ /* These shouldn't be needed but for safety... */
open("nul", O_RDONLY);
open("nul", O_WRONLY);