diff --git a/jack.h b/jack.h index a21adb7..afe45c0 100644 --- a/jack.h +++ b/jack.h @@ -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 */ diff --git a/types.h b/types.h index bee5081..fa79414 100644 --- a/types.h +++ b/types.h @@ -414,7 +414,7 @@ typedef void (*JackClientRegistrationCallback)(const char* name, int register, v /** * Prototype for the client supplied function that is called - * whenever a client is registered or unregistered. + * whenever ports are connected or disconnected. * * @param a one of two ports connected or disconnected * @param b one of two ports connected or disconnected