This commit is contained in:
Kawe Mazidjatari 2022-12-26 21:58:39 +01:00
parent 23070bd8ce
commit 89bedf59d8

View File

@ -511,7 +511,7 @@ const CPUInformation& GetCPUInformation(void)
}
if (nCacheType & 1)
{
// This cache includes data cache: it's either data or unified. Instuction cache type is 2.
// This cache includes data cache: it's either data or unified. Instruction cache type is 2.
uint32_t nCacheLevel = (cpuid4.eax >> 5) & 7;
if (nCacheLevel < nCachesToQuery)
{