mirror of
https://github.com/google/cpu_features.git
synced 2025-07-03 06:03:17 +02:00
Fix typos discovered by codespell
This commit is contained in:
@ -127,7 +127,7 @@ static const PPCInfo kEmptyPPCInfo;
|
||||
PPCInfo GetPPCInfo(void) {
|
||||
/*
|
||||
* On Power feature flags aren't currently in cpuinfo so we only look at
|
||||
* the auxilary vector.
|
||||
* the auxiliary vector.
|
||||
*/
|
||||
PPCInfo info = kEmptyPPCInfo;
|
||||
const HardwareCapabilities hwcaps = CpuFeatures_GetHardwareCapabilities();
|
||||
|
Reference in New Issue
Block a user