From 3906353b415a1dd82baf9d6513f46b18308966d8 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 22 Feb 2013 23:31:13 +0000 Subject: pop3: Updated do phrase clean-up comment Following commit 65644b833532 for the IMAP module updated the clean-up comment in POP3. --- lib/pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3