diff options
author | David Robillard <d@drobilla.net> | 2007-07-01 06:43:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-01 06:43:16 +0000 |
commit | 34eff8deba278aebe01b50fec879ab5d3d2335dc (patch) | |
tree | 18aec4f1c6af9ee1e493422dff3d0c2dafcef909 /slv2 | |
parent | 560fcb0c2530da4ff2bdd4c622ef53f6743860a1 (diff) | |
download | lilv-34eff8deba278aebe01b50fec879ab5d3d2335dc.tar.gz lilv-34eff8deba278aebe01b50fec879ab5d3d2335dc.tar.bz2 lilv-34eff8deba278aebe01b50fec879ab5d3d2335dc.zip |
Fix comment typo.
git-svn-id: http://svn.drobilla.net/lad/slv2@552 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/lv2-gtk2gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/lv2-gtk2gui.h b/slv2/lv2-gtk2gui.h index 82e236b..ae05c16 100644 --- a/slv2/lv2-gtk2gui.h +++ b/slv2/lv2-gtk2gui.h @@ -107,7 +107,7 @@ typedef void* LV2UI_Controller; /** This is the type of the host-provided function that changes the value of a control rate float input port in a plugin instance. A function - pointer of this type will be provided to the GUI bu the host in the + pointer of this type will be provided to the GUI by the host in the instantiate() function. */ typedef void (*LV2UI_Set_Control_Function)(LV2UI_Controller controller, uint32_t port, |