Juan Lang : winhttp: Fix a comment typo.

Alexandre Julliard julliard at winehq.org
Thu Jul 16 11:57:40 CDT 2009


Module: wine
Branch: master
Commit: a4a3953b2fe4e0869fb6ccf277ba0ae647852d95
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a4a3953b2fe4e0869fb6ccf277ba0ae647852d95

Author: Juan Lang <juan.lang at gmail.com>
Date:   Wed Jul 15 08:40:51 2009 -0700

winhttp: 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)




More information about the wine-cvs mailing list