mirror of
https://github.com/google/cpu_features.git
synced 2025-09-29 23:14:54 +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