diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-21 02:44:56 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-21 02:44:56 +0000 |
commit | 7877f795b09908b32774a1e8bcc5284cac4576cb (patch) | |
tree | 0e9a6c1eb41a346b3a5a9189bdee368ef8e03a92 /sys/dev/pci/bktr | |
parent | 0341bd4e4d803a69c507fcae2e9e2e04c411de43 (diff) |
'immediatly' -> 'immediately' in comments.
Diffstat (limited to 'sys/dev/pci/bktr')
-rw-r--r-- | sys/dev/pci/bktr/bktr_audio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/bktr/bktr_audio.c b/sys/dev/pci/bktr/bktr_audio.c index 73d1336e18b..45678135a07 100644 --- a/sys/dev/pci/bktr/bktr_audio.c +++ b/sys/dev/pci/bktr/bktr_audio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bktr_audio.c,v 1.7 2005/12/07 12:39:23 mickey Exp $ */ +/* $OpenBSD: bktr_audio.c,v 1.8 2006/12/21 02:44:55 krw Exp $ */ /* $FreeBSD: src/sys/dev/bktr/bktr_audio.c,v 1.8 2000/10/31 13:09:56 roger Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) @@ -471,7 +471,7 @@ void msp_read_id( bktr_ptr_t bktr ){ * For the MSP3430G, we use fast autodetect mode * For the MSP3410/3415 there are two schemes for this * a) Fast autodetection - the chip is put into autodetect mode, and the function - * returns immediatly. This works in most cases and is the Default Mode. + * returns immediately. This works in most cases and is the Default Mode. * b) Slow mode. The function sets the MSP3410/3415 chip, then waits for feedback from * the chip and re-programs it if needed. */ |