aboutsummaryrefslogtreecommitdiffstats
path: root/sysfs.c
diff options
context:
space:
mode:
authorPA4WDH2024-07-26 19:09:21 +0200
committerPA4WDH2024-07-26 19:09:21 +0200
commita4bd4af6221cd4825d8891f579e2ed571255b987 (patch)
treeaa140225db10082a6d5b73b42039d72ba79ba308 /sysfs.c
parentOnly increase/decrease if the diff>1000 (diff)
downloadcputemp2maxfreq-a4bd4af6221cd4825d8891f579e2ed571255b987.tar.gz
cputemp2maxfreq-a4bd4af6221cd4825d8891f579e2ed571255b987.tar.bz2
cputemp2maxfreq-a4bd4af6221cd4825d8891f579e2ed571255b987.zip
Fix more typos
Diffstat (limited to 'sysfs.c')
-rw-r--r--sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysfs.c b/sysfs.c
index ff3bb67..dc2b822 100644
--- a/sysfs.c
+++ b/sysfs.c
@@ -65,7 +65,7 @@ int sysfs_write_str(char *sysfs_file,char *value,long int checkdelay)
close(sysfs_handle);
DEBUG2_SYSFS("Written %zd bytes\n",len);
-// What if instructed to
+// Wait if instructed to
if (checkdelay>0) usleep(checkdelay);
// Validate we actually set what we want to set