aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-24 07:08:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-24 07:08:07 +0000
commit4874aa698676bae0223ef3c2cec41af820e15483 (patch)
tree0a2dd9efe9a6eb0b43fd1d5aafcf091b24c052d3 /lib/urldata.h
parentc0336dcc52baed9a761ce4f3e33442278c7560d3 (diff)
fixed wrong comment
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index aab332e80..c2678ca49 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -183,7 +183,7 @@ typedef enum {
NTLMSTATE_LAST
} curlntlm;
-/* Struct used for Digest challenge-response authentication */
+/* Struct used for NTLM challenge-response authentication */
struct ntlmdata {
curlntlm state;
unsigned char nonce[8];