aboutsummaryrefslogtreecommitdiffstats
path: root/sysfs.c
diff options
context:
space:
mode:
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