diff options
author | Kirill Zaborsky <[email protected]> | 2015-03-16 10:38:23 +0300 |
---|---|---|
committer | Kirill Zaborsky <[email protected]> | 2015-03-16 10:38:23 +0300 |
commit | 9974887159d18eb74620536df4aeb6a266816249 (patch) | |
tree | 4355880d9301e36069d6d46fe8f96d7a0937ef1e /lib/inets/src | |
parent | faeb9e9a67096af4257cd00409f06314f3223196 (diff) | |
download | otp-9974887159d18eb74620536df4aeb6a266816249.tar.gz otp-9974887159d18eb74620536df4aeb6a266816249.tar.bz2 otp-9974887159d18eb74620536df4aeb6a266816249.zip |
Minor comment fix
Diffstat (limited to 'lib/inets/src')
-rw-r--r-- | lib/inets/src/http_client/httpc_cookie.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/src/http_client/httpc_cookie.erl b/lib/inets/src/http_client/httpc_cookie.erl index ed306a84f5..35778d3ed5 100644 --- a/lib/inets/src/http_client/httpc_cookie.erl +++ b/lib/inets/src/http_client/httpc_cookie.erl @@ -115,8 +115,8 @@ maybe_dets_close(Db) -> %%-------------------------------------------------------------------- -%% Func: insert(CookieDb) -> ok -%% Purpose: Close the cookie db +%% Func: insert(CookieDb, Cookie) -> ok +%% Purpose: insert cookies into the cookie db %%-------------------------------------------------------------------- %% If no persistent cookie database is defined we |