From 4874aa698676bae0223ef3c2cec41af820e15483 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 Nov 2003 07:08:07 +0000 Subject: [PATCH] fixed wrong comment --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/urldata.h b/lib/urldata.h index aab332e..c2678ca 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]; -- 2.7.4