diff options
author | Michael Klishin <[email protected]> | 2016-04-10 04:52:52 +0300 |
---|---|---|
committer | Michael Klishin <[email protected]> | 2016-04-10 04:52:52 +0300 |
commit | 415dc5b637624b8f3dc08fcf881e941a555f93da (patch) | |
tree | 129de836fdb2625d2511b2f56b07d9e3ca8915bc /erts/epmd/src/epmd_int.h | |
parent | 523e048754f5086a6cc4fd9a250e1b495fc5b9b8 (diff) | |
download | otp-415dc5b637624b8f3dc08fcf881e941a555f93da.tar.gz otp-415dc5b637624b8f3dc08fcf881e941a555f93da.tar.bz2 otp-415dc5b637624b8f3dc08fcf881e941a555f93da.zip |
Typos correction, minor wording change
Diffstat (limited to 'erts/epmd/src/epmd_int.h')
-rw-r--r-- | erts/epmd/src/epmd_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/epmd/src/epmd_int.h b/erts/epmd/src/epmd_int.h index 09317094c7..574e2b5403 100644 --- a/erts/epmd/src/epmd_int.h +++ b/erts/epmd/src/epmd_int.h @@ -253,8 +253,8 @@ static const struct in6_addr in6addr_loopback = #define EPMD_TRUE 1 /* If no activity we let select() return every IDLE_TIMEOUT second - A file descriptor that are idle for CLOSE_TIMEOUT seconds and - isn't a ALIVE socket is probably hanging and we close it */ + A file descriptor that has been idle for CLOSE_TIMEOUT seconds and + isn't an ALIVE socket has probably hanged and should be closed */ #define IDLE_TIMEOUT 5 #define CLOSE_TIMEOUT 60 |