aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-04-24 19:39:03 +1200
committerDavid Phillips <david@sighup.nz>2017-04-24 19:39:03 +1200
commiteb3a97853df3f4d9976b004630a634ab8370a18b (patch)
tree540dc13a755755170a4c7728ec7a89c4729a2c00
parent8186d4c7a4afb34a1d48748387b8d09cfba791e5 (diff)
downloadparamano-eb3a97853df3f4d9976b004630a634ab8370a18b.tar.xz
Correct function purpose comment
-rw-r--r--getgov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getgov.c b/getgov.c
index 01bedb4..6a3c50b 100644
--- a/getgov.c
+++ b/getgov.c
@@ -55,7 +55,7 @@ bool gg_current(int core, char* out, int size)
/***********************************************************************
- * Populate `out` with number of available cores
+ * Populate `out` with governors as specified by sysfs
**********************************************************************/
bool gg_available(int core, char* out, int size)
{