winhttp: Fix a comment typo

Juan Lang juan.lang at gmail.com
Wed Jul 15 13:54:44 CDT 2009


--Juan
-------------- next part --------------
From b4ebf59b4dd1934a9b8068ad76b1abf2fcd98d9b Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang at gmail.com>
Date: Wed, 15 Jul 2009 08:40:51 -0700
Subject: [PATCH] Fix a comment typo

---
 dlls/winhttp/session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winhttp/session.c b/dlls/winhttp/session.c
index fab6c96..e1a2b4b 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)
-- 
1.6.3.2


More information about the wine-patches mailing list