summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-02-18 19:31:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-02-18 19:31:55 +0000
commita776e5ad310f99ee0b4bab360816e30e1ce9d89c (patch)
treeaa8154c8e67fa69bcbee6049ebe4541b5eafdde2
parent6e422c447a814cc6b5fa71d89f5440b03b8cccdd (diff)
downloadgnurl-a776e5ad310f99ee0b4bab360816e30e1ce9d89c.tar.gz
gnurl-a776e5ad310f99ee0b4bab360816e30e1ce9d89c.tar.bz2
gnurl-a776e5ad310f99ee0b4bab360816e30e1ce9d89c.zip
spell-fixed comments and other minor non-code edits
-rw-r--r--lib/config-win32.h9
-rw-r--r--src/config-win32.h9
2 files changed, 10 insertions, 8 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index eab2874cd..c33137bfb 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -403,8 +403,8 @@
# endif
#endif
-/* VS2008 does not support Windows build targets prior to WinXP, */
-/* so, if no build target has been defined we will target WinXP. */
+/* VS2008 does not support Windows build targets prior to WinXP, so, if no
+ build target has been defined we will target WinXP. */
#if defined(_MSC_VER) && (_MSC_VER >= 1500)
# ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0501
@@ -417,8 +417,9 @@
# endif
#endif
-/* Availability of freeaddrinfo, getaddrinfo and getnameinfo functions is quite */
-/* convoluted, compiler dependant and in some cases even build target dependat. */
+/* Availability of freeaddrinfo, getaddrinfo and getnameinfo functions is
+ quite convoluted, compiler dependant and in some cases even build target
+ dependant. */
#if defined(HAVE_WS2TCPIP_H)
# if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501)
# define HAVE_FREEADDRINFO 1
diff --git a/src/config-win32.h b/src/config-win32.h
index dfca7b273..52827e42c 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -263,8 +263,8 @@
# endif
#endif
-/* VS2008 does not support Windows build targets prior to WinXP, */
-/* so, if no build target has been defined we will target WinXP. */
+/* VS2008 does not support Windows build targets prior to WinXP, so, if no
+ build target has been defined we will target WinXP. */
#if defined(_MSC_VER) && (_MSC_VER >= 1500)
# ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0501
@@ -277,8 +277,9 @@
# endif
#endif
-/* Availability of freeaddrinfo, getaddrinfo and getnameinfo functions is quite */
-/* convoluted, compiler dependant and in some cases even build target dependat. */
+/* Availability of freeaddrinfo, getaddrinfo and getnameinfo functions is
+ quite convoluted, compiler dependant and in some cases even build target
+ dependant. */
#if defined(HAVE_WS2TCPIP_H)
# if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501)
# define HAVE_FREEADDRINFO 1