diff options
author | David Robillard <d@drobilla.net> | 2012-03-23 19:25:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-23 19:25:31 +0000 |
commit | 6a7e2d09c98badd9f4d323b03780c49b937675d7 (patch) | |
tree | da721db7a1d0aabb1fdb4f1b87ea3a53847a8524 /lv2/lv2plug.in | |
parent | 2b0b027a6d240865dad7ed668ea821e00738823c (diff) | |
download | lv2-6a7e2d09c98badd9f4d323b03780c49b937675d7.tar.xz |
Fix incorrect parameter name.
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/worker/worker.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |