1
0
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:
Christian Clauss
2025-02-09 22:45:43 +01:00
parent 0189e5bb92
commit dcddc4a2cb
8 changed files with 10 additions and 10 deletions

View File

@ -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();