From 20d72ee745f02f61563a573831b2bbd442797ae3 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Fri, 1 Jan 2021 13:26:00 -0500 Subject: [PATCH] fix a comment --- src/AudioIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AudioIO.cpp b/src/AudioIO.cpp index c8ac90664..96ceba668 100644 --- a/src/AudioIO.cpp +++ b/src/AudioIO.cpp @@ -3154,7 +3154,7 @@ void AudioIO::OutputEvent() // we'll just wait for the note-off events to happen. // Also note that note-offs are only sent when we call // mIterator->request_note_off(), so notes that are not played - // will note generate random note-offs. There is the interesting + // will not generate random note-offs. There is the interesting // case that if the playback is paused, all-notes-off WILL be sent // and if playback resumes, the pending note-off events WILL also // be sent (but if that is a problem, there would also be a problem