summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2016-04-29 14:18:51 -0400
committerAndrew Dunstan <andrew@dunslane.net>2016-04-29 14:19:39 -0400
commiteac3e16741e81c478ce0716683a72e7acc520c4a (patch)
treee2ac2a1a95e05e4eaca19138233dec0d4b4a9ccb /src
parentb71b4d8528d67198c190294d16bee8df66e42eb9 (diff)
Fix comment whitespace in VS2105 patch
per gripe from Michael Paquier.
Diffstat (limited to 'src')
-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 f9a9be1d1a1..39a3226d3ba 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