mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-28 00:10:19 +02:00
typo
This commit is contained in:
parent
81c0d195e3
commit
d019dc7d54
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void MACOSInstance::enumerateCpu() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
(*cpu)["brand"] = ident->getName();
|
(*cpu)["brand"] = CPUBrandString;
|
||||||
(*cpu)["model"] = CPUModelString;
|
(*cpu)["model"] = CPUModelString;
|
||||||
(*cpu)["clockSpeed"] = CPUClockString;
|
(*cpu)["clockSpeed"] = CPUClockString;
|
||||||
(*cpu)["numCores"] = getNumLogicalCores();
|
(*cpu)["numCores"] = getNumLogicalCores();
|
||||||
|
|
Loading…
Reference in a new issue