mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-04 18:37:08 +03:00
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)
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user