aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/ftp/ftp.erl
diff options
context:
space:
mode:
authorErland Schönbeck <[email protected]>2015-03-13 10:12:57 +0100
committerRickard Green <[email protected]>2015-03-20 15:28:54 +0100
commit87ae700c7383b74b8ddade6bfe30481dcdc5b6c7 (patch)
tree182247234a2ae719e688c3a37eec158639f0fee6 /lib/inets/src/ftp/ftp.erl
parentf4a774425a440caa912da71cfb8c0c70df4df69e (diff)
downloadotp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.gz
otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.bz2
otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.zip
inets: Update comments
Diffstat (limited to 'lib/inets/src/ftp/ftp.erl')
-rw-r--r--lib/inets/src/ftp/ftp.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/ftp/ftp.erl b/lib/inets/src/ftp/ftp.erl
index 66dcf0f167..fa10043e49 100644
--- a/lib/inets/src/ftp/ftp.erl
+++ b/lib/inets/src/ftp/ftp.erl
@@ -2177,7 +2177,7 @@ handle_caller(#state{caller = {transfer_data, {Cmd, Bin, RemoteFile}}} =
%% Connect to FTP server at Host (default is TCP port 21)
%% in order to establish a control connection.
setup_ctrl_connection(Host, Port, Timeout, State) ->
- %% Adapt to OTP 18 erlang time API and be back-compatible
+ %% Adapt to OTP 18 erlang time API and be backwards compatible
MsTime = try
erlang:monotonic_time()
catch