diff options
author | Erland Schönbeck <[email protected]> | 2015-03-13 10:12:57 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-03-20 15:28:54 +0100 |
commit | 87ae700c7383b74b8ddade6bfe30481dcdc5b6c7 (patch) | |
tree | 182247234a2ae719e688c3a37eec158639f0fee6 /lib/inets/src/tftp | |
parent | f4a774425a440caa912da71cfb8c0c70df4df69e (diff) | |
download | otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.gz otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.bz2 otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.zip |
inets: Update comments
Diffstat (limited to 'lib/inets/src/tftp')
-rw-r--r-- | lib/inets/src/tftp/tftp_logger.erl | 2 | ||||
-rw-r--r-- | lib/inets/src/tftp/tftp_sup.erl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/src/tftp/tftp_logger.erl b/lib/inets/src/tftp/tftp_logger.erl index 2066445ef7..104d6a91c6 100644 --- a/lib/inets/src/tftp/tftp_logger.erl +++ b/lib/inets/src/tftp/tftp_logger.erl @@ -85,7 +85,7 @@ info_msg(Format, Data) -> %%------------------------------------------------------------------- add_timestamp(Format, Data) -> - %% Adapt to new OTP 18 erlang time API and be back-compatible + %% Adapt to new OTP 18 erlang time API and be backwards compatible Now = try erlang:timestamp() catch diff --git a/lib/inets/src/tftp/tftp_sup.erl b/lib/inets/src/tftp/tftp_sup.erl index 9327cc93b6..3065279515 100644 --- a/lib/inets/src/tftp/tftp_sup.erl +++ b/lib/inets/src/tftp/tftp_sup.erl @@ -98,7 +98,7 @@ unique_name(Options) -> end. unique_integer() -> - %% Adapt to OTP 18 erlang time API and be back-compatible + %% Adapt to OTP 18 erlang time API and be backwards compatible try erlang:unique_integer([positive]) catch |