From c1da822bc19982cce66ab7feecd0def6b6af915b Mon Sep 17 00:00:00 2001 From: pieterpalmers Date: Mon, 10 Mar 2008 20:51:40 +0000 Subject: [PATCH] fix typo (thx donfede) git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1113 0c269be4-1314-0410-8aa9-9f06e86f4224 --- jack/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jack/types.h b/jack/types.h index b997c57..a4f2886 100644 --- a/jack/types.h +++ b/jack/types.h @@ -154,7 +154,7 @@ typedef int (*JackSampleRateCallback)(jack_nframes_t nframes, void *arg); * Prototype for the client supplied function that is called * whenever a port is registered or unregistered. * - * @parm port the ID of the port + * @param port the ID of the port * @param arg pointer to a client supplied data * @param register non-zero if the port is being registered, * zero if the port is being unregistered