From 9bb8cdee692bc128fe158ee983a858cc2aa408ca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Aug 2009 22:02:57 +0000 Subject: Fix comment spelling error. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2174 a436a847-0d15-0410-975c-d299462d15a1 --- hosts/lv2_jack_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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); -- cgit v1.2.1