winhttp: Fix a comment typo.

This commit is contained in:
Juan Lang 2009-07-15 08:40:51 -07:00 committed by Alexandre Julliard
parent f220d1227a
commit a4a3953b2f
1 changed files with 1 additions and 1 deletions

View File

@ -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)