diff options
author | Andrew Dryga <[email protected]> | 2017-02-14 11:30:21 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:31:29 +0200 |
commit | f3624a5a6357f2ebbdaad8785ea0f259bedd64bc (patch) | |
tree | aa93d4fba886645806a1ea04a4462908d3884c82 /bootstrap/lib/kernel | |
parent | 6282023d28588e4838f37ea45a060ec48ef5ba3f (diff) | |
download | otp-f3624a5a6357f2ebbdaad8785ea0f259bedd64bc.tar.gz otp-f3624a5a6357f2ebbdaad8785ea0f259bedd64bc.tar.bz2 otp-f3624a5a6357f2ebbdaad8785ea0f259bedd64bc.zip |
Fixed typos in bootstrap/lib
Diffstat (limited to 'bootstrap/lib/kernel')
-rw-r--r-- | bootstrap/lib/kernel/include/inet.hrl | 2 | ||||
-rw-r--r-- | bootstrap/lib/kernel/include/inet_sctp.hrl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/kernel/include/inet.hrl b/bootstrap/lib/kernel/include/inet.hrl index b39df8c3f2..df788aca08 100644 --- a/bootstrap/lib/kernel/include/inet.hrl +++ b/bootstrap/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 diff --git a/bootstrap/lib/kernel/include/inet_sctp.hrl b/bootstrap/lib/kernel/include/inet_sctp.hrl index ddb3cdc26c..7b309b0e1c 100644 --- a/bootstrap/lib/kernel/include/inet_sctp.hrl +++ b/bootstrap/lib/kernel/include/inet_sctp.hrl @@ -120,7 +120,7 @@ }). %% sctp_partial_delivery_event: XXX: Not clear whether it is delivered to -%% the Sender or to the Recepient (probably the +%% the Sender or to the Recipient (probably the %% former). Currently, there is only 1 possible %% value for "indication": -record(sctp_pdapi_event, |