summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan2016-04-29 18:18:51 +0000
committerAndrew Dunstan2016-04-29 18:18:51 +0000
commitd34e7b2812467279b95060a4db8d9f4fc4be0e40 (patch)
tree0001e8ca2b08479fae355c2d485299d0f4b6b373
parent82881b2b432c9433b45abc96acf49d5d690eb918 (diff)
Fix comment whitespace in VS2105 patch
per gripe from Michael Paquier.
-rw-r--r--src/include/port/win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h
index ddf818748b..d389e83a6c 100644
--- a/src/include/port/win32.h
+++ b/src/include/port/win32.h
@@ -10,7 +10,7 @@
* Studio 2015 the minimum requirement is Windows Vista (0x0600) to
* get support for GetLocaleInfoEx() with locales. For everything else
* the minumum version is Windows XP (0x0501).
- * Also for VS2015, add a define that stops compiler complaints about
+ * Also for VS2015, add a define that stops compiler complaints about
* using the old Winsock API.
*/
#if defined(_MSC_VER) && _MSC_VER >= 1900