Commit a4a3953b authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

winhttp: Fix a comment typo.

parent f220d122
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment