From b4eb08e7fb0eef68772258acec4fbd21029b78ae Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 28 Feb 2013 22:26:46 +0000 Subject: pop3 / smtp: Small comment tidy up Small tidy up to keep some comments consistant across each of the email protocols. --- lib/pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pop3.c') diff --git a/lib/pop3.c b/lib/pop3.c index ce69c928b..6db71d1e6 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -1134,7 +1134,7 @@ static CURLcode pop3_state_command_resp(struct connectdata *conn, pp->cache_size = 0; } - /* End of do phase */ + /* End of DO phase */ state(conn, POP3_STOP); return result; -- cgit v1.2.3