aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_sasl.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-06-02 11:09:59 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-06-02 11:09:59 +0100
commit6f964e4f0625177d9fdef61cc72de9d46328ace5 (patch)
tree0211bf026be1853afb5e2c2fe4f4e2d73c0d68ca /lib/curl_sasl.c
parentd9ca9e9869e8dd5559b36ffec608c847f154e40a (diff)
sasl: Small comment style tidy up following ntlm commit
Diffstat (limited to 'lib/curl_sasl.c')
-rw-r--r--lib/curl_sasl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c
index 62d96133e..343a1bb5d 100644
--- a/lib/curl_sasl.c
+++ b/lib/curl_sasl.c
@@ -37,7 +37,7 @@
/*
* Curl_sasl_create_plain_message()
*
- * This is used to generate an already encoded plain message ready
+ * This is used to generate an already encoded PLAIN message ready
* for sending to the recipient.
*
* Parameters:
@@ -82,7 +82,7 @@ CURLcode Curl_sasl_create_plain_message(struct SessionHandle *data,
/*
* Curl_sasl_create_login_message()
*
- * This is used to generate an already encoded login message containing the
+ * This is used to generate an already encoded LOGIN message containing the
* user name or password ready for sending to the recipient.
*
* Parameters: