]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fixed wrong comment
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Nov 2003 07:08:07 +0000 (07:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Nov 2003 07:08:07 +0000 (07:08 +0000)
lib/urldata.h

index aab332e8029e5a8a0a886373a3cb718a63557f89..c2678ca49227944f74c65929bfd3bd628c5802b4 100644 (file)
@@ -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];