We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917f784 commit 1b5b32aCopy full SHA for 1b5b32a
src/detection/gpu/gpu_apple.c
@@ -57,7 +57,7 @@ static const char* detectFrequency(FFGPUResult* gpu)
57
if (!freqProperty || CFGetTypeID(freqProperty) != CFDataGetTypeID())
58
return "\"voltage-states9-sram\" in \"pmgr\" is not found";
59
60
- // voltage-states5-sram stores supported <frequency / voltage> pairs of gpu from the lowest to the highest
+ // voltage-states9-sram stores supported <frequency / voltage> pairs of gpu from the lowest to the highest
61
CFIndex propLength = CFDataGetLength(freqProperty);
62
if (propLength == 0 || propLength % (CFIndex) sizeof(uint32_t) * 2 != 0)
63
return "Invalid \"voltage-states9-sram\" length";
0 commit comments