diff options
Diffstat (limited to 'common/jack/intclient.h')
-rw-r--r-- | common/jack/intclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/jack/intclient.h b/common/jack/intclient.h index 50d758d9..4c126d74 100644 --- a/common/jack/intclient.h +++ b/common/jack/intclient.h @@ -40,7 +40,7 @@ extern "C" * * @return NULL if unsuccessful, otherwise pointer to the internal * client name obtained from the heap via malloc(). The caller should - * free() this storage when no longer needed. + * jack_free() this storage when no longer needed. */ char *jack_get_internal_client_name (jack_client_t *client, jack_intclient_t intclient); |