From 6a7e2d09c98badd9f4d323b03780c49b937675d7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 23 Mar 2012 19:25:31 +0000 Subject: Fix incorrect parameter name. --- lv2/lv2plug.in/ns/ext/worker/worker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/lv2plug.in/ns/ext') diff --git a/lv2/lv2plug.in/ns/ext/worker/worker.h b/lv2/lv2plug.in/ns/ext/worker/worker.h index 612a24c..6b1e261 100644 --- a/lv2/lv2plug.in/ns/ext/worker/worker.h +++ b/lv2/lv2plug.in/ns/ext/worker/worker.h @@ -127,7 +127,7 @@ typedef struct _LV2_Worker_Schedule { if this function returns LV2_WORKER_SUCCESS. @param handle The handle field of this struct. - @param size The size of @p body. + @param size The size of @p data. @param data Message to pass to work(), or NULL. */ LV2_Worker_Status (*schedule_work)(LV2_Worker_Schedule_Handle handle, -- cgit v1.2.1