mirror of https://github.com/xzeldon/htop.git
Correct spelling in comment
This commit is contained in:
parent
9c437ceb0c
commit
a19b176099
|
@ -163,7 +163,7 @@ void LibSensors_getCPUTemperatures(CPUData* cpus, unsigned int cpuCount) {
|
|||
if (tempID == 0 || tempID == ULONG_MAX)
|
||||
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--;
|
||||
|
||||
if (tempID > cpuCount)
|
||||
|
|
Loading…
Reference in New Issue