aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/jack.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-11-06 19:05:01 +0100
committercbdev <cb@cbcdn.com>2019-11-06 19:05:01 +0100
commit7824feeec4477a1ade9bbf22a8a1609513bdaa2b (patch)
tree545788c557c965b365178ce8c646341d444774fe /backends/jack.c
parent92516e0990145b2b42a9caf7af454d668f56d0cb (diff)
downloadmidimonster-7824feeec4477a1ade9bbf22a8a1609513bdaa2b.tar.gz
midimonster-7824feeec4477a1ade9bbf22a8a1609513bdaa2b.tar.bz2
midimonster-7824feeec4477a1ade9bbf22a8a1609513bdaa2b.zip
Fix spelling to placate spellintian
Diffstat (limited to 'backends/jack.c')
-rw-r--r--backends/jack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/jack.c b/backends/jack.c
index 5a88cf2..f73ada8 100644
--- a/backends/jack.c
+++ b/backends/jack.c
@@ -153,7 +153,7 @@ static int mmjack_process_cv(instance* inst, mmjack_port* port, size_t nframes,
if(port->input){
//read updated data into the local buffer
- //FIXME maybe we dont want to always use the first sample...
+ //FIXME maybe we don't want to always use the first sample...
if((double) audio_buffer[0] != port->last){
port->last = audio_buffer[0];
port->mark = 1;