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 | |
parent | 0341bd4e4d803a69c507fcae2e9e2e04c411de43 (diff) |
'immediatly' -> 'immediately' in comments.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ata/ata.c | 4 | ||||
-rw-r--r-- | sys/dev/eisa/aha1742.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/siop.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/bktr/bktr_audio.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/ata/ata.c b/sys/dev/ata/ata.c index 7de13970f1c..a50ce2ef214 100644 --- a/sys/dev/ata/ata.c +++ b/sys/dev/ata/ata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ata.c,v 1.25 2005/11/09 19:05:48 uwe Exp $ */ +/* $OpenBSD: ata.c,v 1.26 2006/12/21 02:44:55 krw Exp $ */ /* $NetBSD: ata.c,v 1.9 1999/04/15 09:41:09 bouyer Exp $ */ /* * Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved. @@ -187,7 +187,7 @@ ata_dmaerr(struct ata_drive_datas *drvp) /* * Downgrade decision: if we get NERRS_MAX in NXFER. * We start with n_dmaerrs set to NERRS_MAX-1 so that the - * first error within the first NXFER ops will immediatly trigger + * first error within the first NXFER ops will immediately trigger * a downgrade. * If we got an error and n_xfers is bigger than NXFER reset counters. */ diff --git a/sys/dev/eisa/aha1742.c b/sys/dev/eisa/aha1742.c index cf2b3bf4d84..2002f326148 100644 --- a/sys/dev/eisa/aha1742.c +++ b/sys/dev/eisa/aha1742.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aha1742.c,v 1.22 2006/11/28 23:59:45 dlg Exp $ */ +/* $OpenBSD: aha1742.c,v 1.23 2006/12/21 02:44:55 krw Exp $ */ /* $NetBSD: aha1742.c,v 1.61 1996/05/12 23:40:01 mycroft Exp $ */ /* @@ -120,7 +120,7 @@ typedef u_long physlen; #define HSCSIID 0x0F /* our SCSI ID */ #define RSTPWR 0x10 /* reset scsi bus on power up or reset */ /**** bit definitions for BUSDEF ****/ -#define B0uS 0x00 /* give up bus immediatly */ +#define B0uS 0x00 /* give up bus immediately */ #define B4uS 0x01 /* delay 4uSec. */ #define B8uS 0x02 diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c index 745e6850bec..95a195aca93 100644 --- a/sys/dev/ic/siop.c +++ b/sys/dev/ic/siop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop.c,v 1.45 2006/11/28 23:59:45 dlg Exp $ */ +/* $OpenBSD: siop.c,v 1.46 2006/12/21 02:44:55 krw Exp $ */ /* $NetBSD: siop.c,v 1.79 2005/11/18 23:10:32 bouyer Exp $ */ /* @@ -1251,7 +1251,7 @@ siop_handle_qtag_reject(siop_cmd) /* * handle a bus reset: reset chip, unqueue all active commands, free all * target struct and report lossage to upper layer. - * As the upper layer may requeue immediatly we have to first store + * As the upper layer may requeue immediately we have to first store * all active commands in a temporary queue. */ void 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. */ |