From eb3a97853df3f4d9976b004630a634ab8370a18b Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 24 Apr 2017 19:39:03 +1200 Subject: Correct function purpose comment --- getgov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.1