diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-22 23:31:13 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-22 23:31:13 +0000 |
commit | 3906353b415a1dd82baf9d6513f46b18308966d8 (patch) | |
tree | edf277f86f6954b8c1f688f98abd5c925ccbcdd6 | |
parent | 65644b833532a0cedc2c92ef1fd89c7f21a97906 (diff) |
pop3: Updated do phrase clean-up comment
Following commit 65644b833532 for the IMAP module updated the clean-up
comment in POP3.
-rw-r--r-- | lib/pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index c18e7528c..11e13d427 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -1397,7 +1397,7 @@ static CURLcode pop3_done(struct connectdata *conn, CURLcode status, result = status; /* use the already set error code */ } - /* Cleanup our do based variables */ + /* Cleanup our per-request based variables */ Curl_safefree(pop3c->mailbox); Curl_safefree(pop3c->custom); |