summaryrefslogtreecommitdiffstats
path: root/linux/LibSensors.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/LibSensors.c')
-rw-r--r--linux/LibSensors.c2
1 files changed, 1 insertions, 1 deletions
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)