From ce067bb0000ccdf2f7b95a3498a8dbe646661391 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Wed, 25 Apr 2012 09:22:14 +0200 Subject: [PATCH] Fix typos, from Michael W. Bombardieri , Thanks! --- aucat/midi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aucat/midi.c b/aucat/midi.c index 425856a..2a0c089 100644 --- a/aucat/midi.c +++ b/aucat/midi.c @@ -75,7 +75,7 @@ unsigned int common_len[] = { 0, 2, 3, 2, 0, 0, 1, 1 }; /* * call-back invoked periodically to implement throttling; at each invocation * gain more ``tickets'' for processing. If one of the buffer was blocked by - * the throttelling mechanism, then run it + * the throttling mechanism, then run it */ void midi_cb(void *addr) @@ -367,8 +367,8 @@ midi_copy_dump(struct aproc *p, struct abuf *obuf) } /* - * notifty the mixer that volume changed, called by whom allocad the slot using - * ctl_slotnew(). Note: it doesn't make sens to call this from within the + * notifty the mixer that volume changed, called by whom allocated the slot using + * ctl_slotnew(). Note: it doesn't make sense to call this from within the * call-back. */ void @@ -605,7 +605,7 @@ midi_in(struct aproc *p, struct abuf *ibuf) /* * XXX: if the sysex is received byte by byte, partial messages * won't be sent until the end byte is received. On the other - * hand we can't flush it here, since we would loose messages + * hand we can't flush it here, since we would lose messages * we parse */ abuf_rdiscard(ibuf, icount);