aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpc_SUITE.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/test/httpc_SUITE.erl
parentf4a774425a440caa912da71cfb8c0c70df4df69e (diff)
downloadotp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.gz
otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.bz2
otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.zip
inets: Update comments
Diffstat (limited to 'lib/inets/test/httpc_SUITE.erl')
-rw-r--r--lib/inets/test/httpc_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/test/httpc_SUITE.erl b/lib/inets/test/httpc_SUITE.erl
index 6569027553..348c75f787 100644
--- a/lib/inets/test/httpc_SUITE.erl
+++ b/lib/inets/test/httpc_SUITE.erl
@@ -1877,7 +1877,7 @@ run_clients(NumClients, ServerPort, SeqNumServer) ->
wait4clients([], _Timeout) ->
ok;
wait4clients(Clients, Timeout) when Timeout > 0 ->
- %% Adapt to OTP 18 erlang time API and be back-compatible
+ %% Adapt to OTP 18 erlang time API and be backwards compatible
Time = try
erlang:monotonic_time()
catch
@@ -1994,7 +1994,7 @@ millisec_passed(T0) ->
1000000) div 1000.
set_random_seed() ->
- %% Adapt to OTP 18 erlang time API and be back-compatible
+ %% Adapt to OTP 18 erlang time API and be backwards compatible
Unique = try
erlang:unique_integer()
catch