From aa2f1ee0a033362ce656bf9a930dcc34a6f00b88 Mon Sep 17 00:00:00 2001 From: Matthew Persing Date: Tue, 16 Jun 2015 08:43:23 -0500 Subject: [PATCH] fix invalid description of jack_set_port_rename_callback and JackPortConnectCallback in doxygen comments Change-Id: I5489729c1540647421258c66c2e74f321d50b777 --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.h b/types.h index 89c30d7..6efcc7d 100644 --- a/types.h +++ b/types.h @@ -412,7 +412,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