Fix typos, from Michael W. Bombardieri <mb at ii.net>, Thanks!

This commit is contained in:
Alexandre Ratchov 2012-04-25 09:22:14 +02:00
parent aadea2d0d1
commit ce067bb000
1 changed files with 4 additions and 4 deletions

View File

@ -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 * call-back invoked periodically to implement throttling; at each invocation
* gain more ``tickets'' for processing. If one of the buffer was blocked by * 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 void
midi_cb(void *addr) 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 * notifty the mixer that volume changed, called by whom allocated the slot using
* ctl_slotnew(). Note: it doesn't make sens to call this from within the * ctl_slotnew(). Note: it doesn't make sense to call this from within the
* call-back. * call-back.
*/ */
void void
@ -605,7 +605,7 @@ midi_in(struct aproc *p, struct abuf *ibuf)
/* /*
* XXX: if the sysex is received byte by byte, partial messages * XXX: if the sysex is received byte by byte, partial messages
* won't be sent until the end byte is received. On the other * 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 * we parse
*/ */
abuf_rdiscard(ibuf, icount); abuf_rdiscard(ibuf, icount);