aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-02-28 22:26:46 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-02-28 22:27:10 +0000
commitb4eb08e7fb0eef68772258acec4fbd21029b78ae (patch)
treedb0814c2a51b7a2e856111729e30b7a95793d39f /lib/pop3.c
parent10549ee08f65d2680c8edfd99b1d3c45d2ee3edb (diff)
pop3 / smtp: Small comment tidy up
Small tidy up to keep some comments consistant across each of the email protocols.
Diffstat (limited to 'lib/pop3.c')
-rw-r--r--lib/pop3.c2
1 files changed, 1 insertions, 1 deletions
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;