diff --git a/client/hostinfo_win.C b/client/hostinfo_win.C index 4962816a30..d0aa9ac42b 100644 --- a/client/hostinfo_win.C +++ b/client/hostinfo_win.C @@ -439,7 +439,7 @@ BOOL is_processor_feature_supported(DWORD feature) { GetVersionEx(&osvi); if (VER_PLATFORM_WIN32_WINDOWS == osvi.dwPlatformId) { - // Win9x does have the IsProcessorFeaturePresent function, so just + // Win9x doesn't have the IsProcessorFeaturePresent function, so just // run a quick test. return test_processor_feature(feature); } else {