Skip to content

Commit 7e378c9

Browse files
committed
Fix function comment
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 8df0c62 commit 7e378c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

common/jack/jack.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -705,10 +705,10 @@ int jack_engine_takeover_timebase (jack_client_t *) JACK_OPTIONAL_WEAK_DEPRECATE
705705
float jack_cpu_load (jack_client_t *client) JACK_OPTIONAL_WEAK_EXPORT;
706706

707707
/**
708-
* @return the current maximum CPU load used by JACK. This is a running
709-
* average of the time it takes to execute a full process cycle for
710-
* all clients as a percentage of the real time available per cycle
711-
* determined by the buffer size and sample rate.
708+
* @return the current maximum CPU load used by JACK. This is the
709+
* total time it takes to execute a full process cycle for all clients
710+
* as a percentage of the real time available per cycle determined
711+
* by the buffer size and sample rate.
712712
*/
713713
float jack_max_cpu_load (jack_client_t *client) JACK_OPTIONAL_WEAK_EXPORT;
714714

0 commit comments

Comments
 (0)