Skip to content

Commit 1b5b32a

Browse files
committed
GPU (macOS): fixes a comment [ci skip]
1 parent 917f784 commit 1b5b32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/gpu/gpu_apple.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static const char* detectFrequency(FFGPUResult* gpu)
5757
if (!freqProperty || CFGetTypeID(freqProperty) != CFDataGetTypeID())
5858
return "\"voltage-states9-sram\" in \"pmgr\" is not found";
5959

60-
// voltage-states5-sram stores supported <frequency / voltage> pairs of gpu from the lowest to the highest
60+
// voltage-states9-sram stores supported <frequency / voltage> pairs of gpu from the lowest to the highest
6161
CFIndex propLength = CFDataGetLength(freqProperty);
6262
if (propLength == 0 || propLength % (CFIndex) sizeof(uint32_t) * 2 != 0)
6363
return "Invalid \"voltage-states9-sram\" length";

0 commit comments

Comments
 (0)