From: Daniel Stenberg Date: Mon, 24 Nov 2003 07:08:07 +0000 (+0000) Subject: fixed wrong comment X-Git-Tag: curl-7_11_0~222 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4874aa698676bae0223ef3c2cec41af820e15483;p=thirdparty%2Fcurl.git fixed wrong comment --- diff --git a/lib/urldata.h b/lib/urldata.h index aab332e802..c2678ca492 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];