From a71bbcd5d699b155daf37be93c521c00b3b06ae6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 10 Aug 2022 14:29:46 -0400 Subject: Fix comment typo --- src/jalv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalv.c b/src/jalv.c index 8b41ac1..9dfab5c 100644 --- a/src/jalv.c +++ b/src/jalv.c @@ -600,7 +600,7 @@ jalv_write_event(Jalv* const jalv, const LV2_URID type, const void* const body) { - // TODO: Be more disciminate about what to send + // TODO: Be more discriminate about what to send char evbuf[sizeof(ControlChange) + sizeof(LV2_Atom)]; ControlChange* ev = (ControlChange*)evbuf; ev->index = port_index; -- cgit v1.2.1