From a4a3953b2fe4e0869fb6ccf277ba0ae647852d95 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Wed, 15 Jul 2009 08:40:51 -0700 Subject: [PATCH] winhttp: Fix a comment typo. --- dlls/winhttp/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winhttp/session.c b/dlls/winhttp/session.c index fab6c96d6d2..e1a2b4bd1a7 100644 --- a/dlls/winhttp/session.c +++ b/dlls/winhttp/session.c @@ -283,7 +283,7 @@ static BOOL domain_matches(LPCWSTR server, LPCWSTR domain) return ret; } -/* Matches INTERNET_MAX_USER_NAME_LENGTH in wininet.h, also RFC 1035 */ +/* Matches INTERNET_MAX_HOST_NAME_LENGTH in wininet.h, also RFC 1035 */ #define MAX_HOST_NAME_LENGTH 256 static BOOL should_bypass_proxy(session_t *session, LPCWSTR server)