summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-08-10 22:02:57 +0000
committerDavid Robillard <d@drobilla.net>2009-08-10 22:02:57 +0000
commit9bb8cdee692bc128fe158ee983a858cc2aa408ca (patch)
tree1fd7334697685a1d36dffb63563417479a3b9583 /hosts
parent1bb40930635c85502d4320bfa81cda25d6a1a3d4 (diff)
downloadlilv-9bb8cdee692bc128fe158ee983a858cc2aa408ca.tar.gz
lilv-9bb8cdee692bc128fe158ee983a858cc2aa408ca.tar.bz2
lilv-9bb8cdee692bc128fe158ee983a858cc2aa408ca.zip
Fix comment spelling error.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2174 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts')
-rw-r--r--hosts/lv2_jack_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c
index 438421f..38f9f46 100644
--- a/hosts/lv2_jack_host.c
+++ b/hosts/lv2_jack_host.c
@@ -301,7 +301,7 @@ create_port(struct JackHost* host,
port->type = EVENT;
}
- /* Connect the port based on it's type */
+ /* Connect the port based on its type */
switch (port->type) {
case CONTROL:
slv2_instance_connect_port(host->instance, port_index, &port->control);