From f1ccdba05a24285be2903c3dcf9ecbab03b934e4 Mon Sep 17 00:00:00 2001 From: sletz Date: Fri, 11 Dec 2009 12:39:19 +0000 Subject: [PATCH] Correct documentation in jack.h git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3856 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/jack/jack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/jack/jack.h b/common/jack/jack.h index a5dc3aec..35f2acc7 100644 --- a/common/jack/jack.h +++ b/common/jack/jack.h @@ -430,8 +430,8 @@ int jack_set_sample_rate_callback (jack_client_t *client, void *arg); /** - * 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 client_registration_callback whenever a + * client is registered or unregistered, passing @a arg as a parameter. * * All "notification events" are received in a seperated non RT thread, * the code in the supplied function does not need to be