diff options
| author | 2006-12-21 02:28:47 +0000 | |
|---|---|---|
| committer | 2006-12-21 02:28:47 +0000 | |
| commit | 84d3ec931e5b5b37848c4885633dd69099f911fe (patch) | |
| tree | 9660937405b53f9ccff6a963e407ad533a95968f /sys/dev/midi.c | |
| parent | Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> (diff) | |
| download | wireguard-openbsd-84d3ec931e5b5b37848c4885633dd69099f911fe.tar.xz wireguard-openbsd-84d3ec931e5b5b37848c4885633dd69099f911fe.zip | |
'tranfer' -> 'transfer' in comments.
Diffstat (limited to 'sys/dev/midi.c')
| -rw-r--r-- | sys/dev/midi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/midi.c b/sys/dev/midi.c index 35dc9e8bb27..cabc4487fdc 100644 --- a/sys/dev/midi.c +++ b/sys/dev/midi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: midi.c,v 1.15 2006/11/01 03:37:23 tedu Exp $ */ +/* $OpenBSD: midi.c,v 1.16 2006/12/21 02:28:47 krw Exp $ */ /* * Copyright (c) 2003, 2004 Alexandre Ratchov @@ -241,7 +241,7 @@ midi_out_do(struct midi_softc *sc) * will not be sent immediately and thus will not * generate interrupt, in this case we can send * another byte. The flush() method can be called - * to force the tranfer. + * to force the transfer. * * EAGAIN means that data cannot be queued or sent; * because the interface isn't ready. An interrupt |
