diff --git a/SystemInformation.cxx b/SystemInformation.cxx index e652c27dcd0324404894fafed9d7c5a9310d9d36..2f6c949cd2c8a9c7679e9b7116f023bfbb572b9a 100644 --- a/SystemInformation.cxx +++ b/SystemInformation.cxx @@ -253,7 +253,7 @@ static bool call_cpuid(int select, int result[4]) _asm { #ifdef CPUID_AWARE_COMPILER ; we must push/pop the registers <<CPUID>> writes to, as the - ; optimiser doesn't know about <<CPUID>>, and so doesn't expect + ; optimiser does not know about <<CPUID>>, and so does not expect ; these registers to change. push eax push ebx