Fix invalid jack_set_port_rename_callback comment

Somebody forgot to change the copy/pasted comment...
This commit is contained in:
David Robillard 2015-11-30 19:14:56 -05:00 committed by Filipe Coelho
parent 1541a11b20
commit eb67fa5ffc
1 changed files with 2 additions and 2 deletions

4
jack.h
View File

@ -404,8 +404,8 @@ int jack_set_port_registration_callback (jack_client_t *,
/**
* Tell the JACK server to call @a registration_callback whenever a
* port is registered or unregistered, passing @a arg as a parameter.
* Tell the JACK server to call @a rename_callback whenever a
* port is renamed, passing @a arg as a parameter.
*
* @return 0 on success, otherwise a non-zero error code
*/