summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/version_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/version_win32.h')
-rw-r--r--Utilities/cmcurl/lib/version_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/version_win32.h b/Utilities/cmcurl/lib/version_win32.h
index 95c0661..95a9e7f 100644
--- a/Utilities/cmcurl/lib/version_win32.h
+++ b/Utilities/cmcurl/lib/version_win32.h
@@ -44,7 +44,7 @@ typedef enum {
PLATFORM_WINNT
} PlatformIdentifier;
-/* This is used to verify if we are running on a specific windows version */
+/* This is used to verify if we are running on a specific Windows version */
bool curlx_verify_windows_version(const unsigned int majorVersion,
const unsigned int minorVersion,
const unsigned int buildVersion,