From a19b176099c1b3f43f22c2ecd3700ade96cc99d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 24 Mar 2021 19:27:57 +0100 Subject: Correct spelling in comment --- linux/LibSensors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/LibSensors.c') 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) -- cgit v1.2.3