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/test/ftp_suite_lib.erl | |
parent | f4a774425a440caa912da71cfb8c0c70df4df69e (diff) | |
download | otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.gz otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.bz2 otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.zip |
inets: Update comments
Diffstat (limited to 'lib/inets/test/ftp_suite_lib.erl')
-rw-r--r-- | lib/inets/test/ftp_suite_lib.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/ftp_suite_lib.erl b/lib/inets/test/ftp_suite_lib.erl index 42e2190758..5ae9eb736e 100644 --- a/lib/inets/test/ftp_suite_lib.erl +++ b/lib/inets/test/ftp_suite_lib.erl @@ -1353,7 +1353,7 @@ do_delete(Pid, Config) -> ok. do_mkdir(Pid) -> - %% Adapt to OTP 18 erlang time API and be back-compatible + %% Adapt to OTP 18 erlang time API and be backwards compatible NewDir = try "earl_" ++ integer_to_list(erlang:unique_integer([positive])) catch |