From 0838f5cf43552a3ad8f956d40be605f679be70fa Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 12 Aug 2008 17:41:03 +0000 Subject: [PATCH] Fix typo pointed out by Nicolas Alvarez svn path=/trunk/boinc/; revision=15808 --- client/hostinfo_win.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {