summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2012-04-25 07:21:42 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2012-04-25 07:21:42 +0000
commitc3dbc520a1d55c20ef10d626dadaf4c475ec3dd1 (patch)
tree5ed4097c0384310feebaf2c016b9dbf88e633178 /usr.bin/aucat
parent95e240e9f6f5d2c8378a2946d77f1b5cd9f70226 (diff)
Fix typos, from Michael W. Bombardieri <mb at ii.net>, Thanks!
Diffstat (limited to 'usr.bin/aucat')
-rw-r--r--usr.bin/aucat/midi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/aucat/midi.c b/usr.bin/aucat/midi.c
index 8af7aad1e45..7aa8dea6813 100644
--- a/usr.bin/aucat/midi.c
+++ b/usr.bin/aucat/midi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: midi.c,v 1.42 2012/04/11 06:05:43 ratchov Exp $ */
+/* $OpenBSD: midi.c,v 1.43 2012/04/25 07:21:41 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -74,7 +74,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)
@@ -366,8 +366,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
@@ -604,7 +604,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);