diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-24 07:08:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-24 07:08:07 +0000 |
commit | 4874aa698676bae0223ef3c2cec41af820e15483 (patch) | |
tree | 0a2dd9efe9a6eb0b43fd1d5aafcf091b24c052d3 /lib | |
parent | c0336dcc52baed9a761ce4f3e33442278c7560d3 (diff) | |
download | curl-4874aa698676bae0223ef3c2cec41af820e15483.tar.gz |
fixed wrong comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 2 |
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]; |