aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/inet_tls_dist.erl
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2017-09-27 11:43:34 +0200
committerRaimo Niskanen <[email protected]>2017-09-27 11:43:34 +0200
commit80103ef6d8e1dd2f3be1ec33924c74f4f9362301 (patch)
treec866cb01c9667cca2b70e6f344e8920bf22f1bd8 /lib/ssl/src/inet_tls_dist.erl
parent6e28a7909c665cc316d657dda02a2b8655ecc5da (diff)
downloadotp-80103ef6d8e1dd2f3be1ec33924c74f4f9362301.tar.gz
otp-80103ef6d8e1dd2f3be1ec33924c74f4f9362301.tar.bz2
otp-80103ef6d8e1dd2f3be1ec33924c74f4f9362301.zip
Remove ssl_tls_dist_ctrl module
Diffstat (limited to 'lib/ssl/src/inet_tls_dist.erl')
-rw-r--r--lib/ssl/src/inet_tls_dist.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/inet_tls_dist.erl b/lib/ssl/src/inet_tls_dist.erl
index 72cf73e79c..131c3b56a5 100644
--- a/lib/ssl/src/inet_tls_dist.erl
+++ b/lib/ssl/src/inet_tls_dist.erl
@@ -294,7 +294,7 @@ wait_for_code_server() ->
%% unloaded, and the function call that triggered loading it fails
%% with 'undef', which is rather confusing.
%%
- %% Thus, the ssl_tls_dist_ctrl process will terminate, and be
+ %% Thus, the accept process will terminate, and be
%% restarted by ssl_dist_sup. However, it won't have any memory
%% of being asked by net_kernel to listen for incoming
%% connections. Hence, the node will believe that it's open for