Correct spelling in comment

This commit is contained in:
Christian Göttsche 2021-03-24 19:27:57 +01:00
parent 9c437ceb0c
commit a19b176099
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ void LibSensors_getCPUTemperatures(CPUData* cpus, unsigned int cpuCount) {
if (tempID == 0 || tempID == ULONG_MAX) if (tempID == 0 || tempID == ULONG_MAX)
continue; continue;
/* Feature name IDs start at 1, adjust to start at 0 to match data indicies */ /* Feature name IDs start at 1, adjust to start at 0 to match data indices */
tempID--; tempID--;
if (tempID > cpuCount) if (tempID > cpuCount)