Fix typo pointed out by Nicolas Alvarez

svn path=/trunk/boinc/; revision=15808
This commit is contained in:
Rom Walton 2008-08-12 17:41:03 +00:00
parent 2b6f80af15
commit 0838f5cf43
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ BOOL is_processor_feature_supported(DWORD feature) {
GetVersionEx(&osvi); GetVersionEx(&osvi);
if (VER_PLATFORM_WIN32_WINDOWS == osvi.dwPlatformId) { 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. // run a quick test.
return test_processor_feature(feature); return test_processor_feature(feature);
} else { } else {