diff options
author | David Phillips <david@sighup.nz> | 2017-04-24 19:39:03 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-04-24 19:39:03 +1200 |
commit | eb3a97853df3f4d9976b004630a634ab8370a18b (patch) | |
tree | 540dc13a755755170a4c7728ec7a89c4729a2c00 /getgov.c | |
parent | 8186d4c7a4afb34a1d48748387b8d09cfba791e5 (diff) | |
download | paramano-eb3a97853df3f4d9976b004630a634ab8370a18b.tar.xz |
Correct function purpose comment
Diffstat (limited to 'getgov.c')
-rw-r--r-- | getgov.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |