]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
pop3: Updated do phrase clean-up comment
authorSteve Holme <steve_holme@hotmail.com>
Fri, 22 Feb 2013 23:31:13 +0000 (23:31 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 22 Feb 2013 23:31:13 +0000 (23:31 +0000)
Following commit 65644b833532 for the IMAP module updated the clean-up
comment in POP3.

lib/pop3.c

index c18e7528c7df5f83456c9a1ebd332dcbfa3c2641..11e13d42755fed0ce065f31ec43a357e46729587 100644 (file)
@@ -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);