diff --git a/linux/LibSensors.c b/linux/LibSensors.c index bda68adf..aa40eae2 100644 --- a/linux/LibSensors.c +++ b/linux/LibSensors.c @@ -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)