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 c18e752..11e13d4 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);