diff options
-rw-r--r-- | hosts/lv2_jack_host.c | 2 |
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); |