summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2006-12-21 02:44:55 +0000
committerkrw <krw@openbsd.org>2006-12-21 02:44:55 +0000
commit515da77e3f0c44205b58f64063d7b6f3f700dd05 (patch)
tree3f4cc5e8ad6a8ccf8a09db50f3663504fb323aab
parent'tranfer' -> 'transfer' in comments. (diff)
downloadwireguard-openbsd-515da77e3f0c44205b58f64063d7b6f3f700dd05.tar.xz
wireguard-openbsd-515da77e3f0c44205b58f64063d7b6f3f700dd05.zip
'immediatly' -> 'immediately' in comments.
-rw-r--r--libexec/ld.so/mips64/rtld_machine.c4
-rw-r--r--sys/dev/ata/ata.c4
-rw-r--r--sys/dev/eisa/aha1742.c4
-rw-r--r--sys/dev/ic/siop.c4
-rw-r--r--sys/dev/pci/bktr/bktr_audio.c4
-rw-r--r--usr.bin/telnet/encrypt.c4
6 files changed, 12 insertions, 12 deletions
diff --git a/libexec/ld.so/mips64/rtld_machine.c b/libexec/ld.so/mips64/rtld_machine.c
index 91e8e52a41b..48299165d30 100644
--- a/libexec/ld.so/mips64/rtld_machine.c
+++ b/libexec/ld.so/mips64/rtld_machine.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtld_machine.c,v 1.8 2005/09/22 01:33:08 drahn Exp $ */
+/* $OpenBSD: rtld_machine.c,v 1.9 2006/12/21 02:44:55 krw Exp $ */
/*
* Copyright (c) 1998-2004 Opsycon AB, Sweden.
@@ -251,7 +251,7 @@ _dl_md_reloc_got(elf_object_t *object, int lazy)
} else if (ELF64_ST_TYPE(symp->st_info) == STT_FUNC &&
symp->st_value != *gotp) {
*gotp += loff;
- } else { /* Resolve all others immediatly */
+ } else { /* Resolve all others immediately */
this = 0;
ooff = _dl_find_symbol(strt + symp->st_name, &this,
SYM_SEARCH_ALL|SYM_NOWARNNOTFOUND|SYM_PLT,
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.
*/
diff --git a/usr.bin/telnet/encrypt.c b/usr.bin/telnet/encrypt.c
index 2dde9651acc..4781e991b3d 100644
--- a/usr.bin/telnet/encrypt.c
+++ b/usr.bin/telnet/encrypt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: encrypt.c,v 1.2 2006/02/01 19:04:37 otto Exp $ */
+/* $OpenBSD: encrypt.c,v 1.3 2006/12/21 02:44:55 krw Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -437,7 +437,7 @@ encrypt_send_support(void)
if (str_suplen) {
/*
* If the user has requested that decryption start
- * immediatly, then send a "REQUEST START" before
+ * immediately, then send a "REQUEST START" before
* we negotiate the type.
*/
if (!Server && autodecrypt)