aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2016-06-08 14:46:44 +0200
committerRaimo Niskanen <[email protected]>2016-06-09 08:48:35 +0200
commit16e895198a541ccbbbe6c970bd9572cf347a9c77 (patch)
treef5dc043fd49796f454eae52cc61ba91036826b93 /erts
parentf429adba7e7a862b9949821b40aa3cba12455b3e (diff)
downloadotp-16e895198a541ccbbbe6c970bd9572cf347a9c77.tar.gz
otp-16e895198a541ccbbbe6c970bd9572cf347a9c77.tar.bz2
otp-16e895198a541ccbbbe6c970bd9572cf347a9c77.zip
Document the local (unix) address family
Diffstat (limited to 'erts')
-rw-r--r--erts/preloaded/src/prim_inet.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/preloaded/src/prim_inet.erl b/erts/preloaded/src/prim_inet.erl
index 7f8097e17e..560810d222 100644
--- a/erts/preloaded/src/prim_inet.erl
+++ b/erts/preloaded/src/prim_inet.erl
@@ -1747,7 +1747,7 @@ enc_value_2(addr, {inet6,{IP,Port}}) ->
enc_value_2(addr, {local,Addr}) ->
%% A binary is passed as is, but anything else will be
%% regarded as a filename and therefore encoded according to
- %% the current system filename encoding.
+ %% the current system filename encoding mode.
Bin =
if
is_binary(Addr) ->