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/examples | |
parent | f4a774425a440caa912da71cfb8c0c70df4df69e (diff) | |
download | otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.gz otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.bz2 otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.zip |
inets: Update comments
Diffstat (limited to 'lib/inets/examples')
-rw-r--r-- | lib/inets/examples/httpd_load_test/hdlt_random_html.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/examples/httpd_load_test/hdlt_random_html.erl b/lib/inets/examples/httpd_load_test/hdlt_random_html.erl index 53ec1ea440..c55de628c1 100644 --- a/lib/inets/examples/httpd_load_test/hdlt_random_html.erl +++ b/lib/inets/examples/httpd_load_test/hdlt_random_html.erl @@ -49,7 +49,7 @@ stop() -> ". content(WorkSim, SzSim) -> - %% Adapt to OTP 18 erlang time API and be back-compatible + %% Adapt to OTP 18 erlang time API and be backwards compatible {A, B, C} = try {erlang:phash2([node()]), erlang:monotonic_time(), |