mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 08:57: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)["clockSpeed"] = CPUClockString;
|
||||
(*cpu)["numCores"] = getNumLogicalCores();
|
||||
|
|
Loading…
Reference in a new issue