diff options
Diffstat (limited to 'lib/kernel/include/inet.hrl')
| -rw-r--r-- | lib/kernel/include/inet.hrl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/kernel/include/inet.hrl b/lib/kernel/include/inet.hrl index b39df8c3f2..df788aca08 100644 --- a/lib/kernel/include/inet.hrl +++ b/lib/kernel/include/inet.hrl @@ -22,7 +22,7 @@  -record(hostent,  	{ -	 h_name		  :: inet:hostname(),	%% offical name of host +	 h_name		  :: inet:hostname(),	%% official name of host  	 h_aliases = []   :: [inet:hostname()],	%% alias list  	 h_addrtype	  :: 'inet' | 'inet6',	%% host address type  	 h_length	  :: non_neg_integer(),	%% length of address | 
