summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-05 22:41:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-05 22:41:38 +0000
commitf79f7a68f5ed63574a184a8f72f6528b044126a4 (patch)
tree0ded9bafc8f500917a954e1cb3b866f8b9d6eaa9
parent06f022e0504b6deb380869038d86cdf88120a950 (diff)
spelling
-rw-r--r--gnu/usr.sbin/sendmail/contrib/mmuegel2
-rw-r--r--gnu/usr.sbin/sendmail/sendmail/tls.c2
-rw-r--r--lib/libform/frm_driver.c4
-rw-r--r--lib/libmenu/m_global.c4
-rw-r--r--regress/sys/kern/noexec/noexec.c4
-rw-r--r--sbin/mountd/mountd.c4
-rw-r--r--sys/dev/ic/aic7xxx.c8
-rw-r--r--sys/dev/ic/aic7xxx_openbsd.c6
-rw-r--r--sys/dev/ic/cy.c8
-rw-r--r--sys/dev/pci/ncr.c6
-rw-r--r--sys/dev/usb/umass.c10
-rw-r--r--sys/isofs/cd9660/TODO.hibler4
12 files changed, 31 insertions, 31 deletions
diff --git a/gnu/usr.sbin/sendmail/contrib/mmuegel b/gnu/usr.sbin/sendmail/contrib/mmuegel
index 6db4a45189c..5ffa939167b 100644
--- a/gnu/usr.sbin/sendmail/contrib/mmuegel
+++ b/gnu/usr.sbin/sendmail/contrib/mmuegel
@@ -398,7 +398,7 @@ X
X # watch out in 2070...
X $year += ($year < 70) ? 2000 : 1900;
X
-X # now loop throught the supplied format looking for tags...
+X # now loop through the supplied format looking for tags...
X while (($pos = index ($format, '%')) != -1) {
X
X # grab the format tag
diff --git a/gnu/usr.sbin/sendmail/sendmail/tls.c b/gnu/usr.sbin/sendmail/sendmail/tls.c
index 8043dd144f7..244c99d155a 100644
--- a/gnu/usr.sbin/sendmail/sendmail/tls.c
+++ b/gnu/usr.sbin/sendmail/sendmail/tls.c
@@ -1205,7 +1205,7 @@ endtls(ssl, side)
** For your server the problem is different, because it
** receives the shutdown first (setting SSL_RECEIVED_SHUTDOWN),
** then sends its response (SSL_SENT_SHUTDOWN), so for the
- ** server the shutdown was successfull.
+ ** server the shutdown was successful.
**
** As is by know, you would have to call SSL_shutdown() once
** and ignore an SSL_ERROR_SYSCALL returned. Then call
diff --git a/lib/libform/frm_driver.c b/lib/libform/frm_driver.c
index f6178015d6d..5db838901a1 100644
--- a/lib/libform/frm_driver.c
+++ b/lib/libform/frm_driver.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: frm_driver.c,v 1.7 2001/01/22 18:02:15 millert Exp $ */
+/* $OpenBSD: frm_driver.c,v 1.8 2003/01/05 22:41:37 deraadt Exp $ */
/****************************************************************************
* Copyright (c) 1998,2000 Free Software Foundation, Inc. *
@@ -2051,7 +2051,7 @@ static int Insert_String(FORM *form, int row, char *txt, int len)
| the wrapping.
|
| Return Values : E_OK - no wrapping required or wrapping
-| was successfull
+| was successful
| E_REQUEST_DENIED -
| E_SYSTEM_ERROR - some system error
+--------------------------------------------------------------------------*/
diff --git a/lib/libmenu/m_global.c b/lib/libmenu/m_global.c
index fa7392cdd2c..762261bb017 100644
--- a/lib/libmenu/m_global.c
+++ b/lib/libmenu/m_global.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: m_global.c,v 1.6 2001/01/22 18:02:03 millert Exp $ */
+/* $OpenBSD: m_global.c,v 1.7 2003/01/05 22:41:37 deraadt Exp $ */
/****************************************************************************
* Copyright (c) 1998,2000 Free Software Foundation, Inc. *
@@ -160,7 +160,7 @@ INLINE static void ResetConnectionInfo(MENU *menu, ITEM **items)
| Decorate all the items with a number and a backward
| pointer to the menu.
|
-| Return Values : TRUE - successfull connection
+| Return Values : TRUE - successful connection
| FALSE - connection failed
+--------------------------------------------------------------------------*/
NCURSES_EXPORT(bool)
diff --git a/regress/sys/kern/noexec/noexec.c b/regress/sys/kern/noexec/noexec.c
index 6c2173b26cd..f281d299834 100644
--- a/regress/sys/kern/noexec/noexec.c
+++ b/regress/sys/kern/noexec/noexec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: noexec.c,v 1.2 2002/09/03 15:29:33 mickey Exp $ */
+/* $OpenBSD: noexec.c,v 1.3 2003/01/05 22:41:36 deraadt Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff
@@ -80,7 +80,7 @@ noexec_mprotect(void *p, size_t size)
printf("%s: execute\n", label);
((void (*)(void))p)();
- /* here we are successfull on segv and fail if it still executes */
+ /* here we are successful on segv and fail if it still executes */
fail = 0;
mprotect(p, size, PROT_READ|PROT_WRITE);
printf("%s: catch a signal\n", label);
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c
index 334cc6f9422..b70e738af4b 100644
--- a/sbin/mountd/mountd.c
+++ b/sbin/mountd/mountd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mountd.c,v 1.52 2002/07/18 08:46:18 deraadt Exp $ */
+/* $OpenBSD: mountd.c,v 1.53 2003/01/05 22:41:36 deraadt Exp $ */
/* $NetBSD: mountd.c,v 1.31 1996/02/18 11:57:53 fvdl Exp $ */
/*
@@ -1131,7 +1131,7 @@ hang_dirp(struct dirlist *dp, struct grouplist *grp, struct exportlist *ep,
} else {
/*
- * Loop throught the directories adding them to the tree.
+ * Loop through the directories adding them to the tree.
*/
while (dp) {
dp2 = dp->dp_left;
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c
index accf1b3a264..f0d78356682 100644
--- a/sys/dev/ic/aic7xxx.c
+++ b/sys/dev/ic/aic7xxx.c
@@ -28,10 +28,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aic7xxx.c,v 1.43 2002/12/09 00:45:37 millert Exp $
+ * $Id: aic7xxx.c,v 1.44 2003/01/05 22:41:35 deraadt Exp $
*
* $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.c,v 1.80 2001/12/16 17:38:30 gibbs Exp $
- * $OpenBSD: aic7xxx.c,v 1.43 2002/12/09 00:45:37 millert Exp $
+ * $OpenBSD: aic7xxx.c,v 1.44 2003/01/05 22:41:35 deraadt Exp $
*/
#ifdef __OpenBSD__
@@ -1109,7 +1109,7 @@ ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat)
/*
* Although the driver does not care about the
* 'Selection in Progress' status bit, the busy
- * LED does. SELINGO is only cleared by a successfull
+ * LED does. SELINGO is only cleared by a successful
* selection, so we must manually clear it to insure
* the LED turns off just incase no future successful
* selections occur (e.g. no devices on the bus).
@@ -4002,7 +4002,7 @@ ahc_init_scbdata(struct ahc_softc *ahc)
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
/*
- * Note that we were successfull
+ * Note that we were successful
*/
return (0);
diff --git a/sys/dev/ic/aic7xxx_openbsd.c b/sys/dev/ic/aic7xxx_openbsd.c
index dc79c846544..77fa6f166a0 100644
--- a/sys/dev/ic/aic7xxx_openbsd.c
+++ b/sys/dev/ic/aic7xxx_openbsd.c
@@ -29,10 +29,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aic7xxx_openbsd.c,v 1.9 2002/09/06 05:04:41 smurph Exp $
+ * $Id: aic7xxx_openbsd.c,v 1.10 2003/01/05 22:41:35 deraadt Exp $
*
* $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_freebsd.c,v 1.26 2001/07/18 21:39:47 gibbs Exp $
- * $OpenBSD: aic7xxx_openbsd.c,v 1.9 2002/09/06 05:04:41 smurph Exp $
+ * $OpenBSD: aic7xxx_openbsd.c,v 1.10 2003/01/05 22:41:35 deraadt Exp $
*/
#include <dev/ic/aic7xxx_openbsd.h>
@@ -437,7 +437,7 @@ ahc_init_scbdata(ahc)
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
/*
- * Note that we were successfull
+ * Note that we were successful
*/
return (0);
diff --git a/sys/dev/ic/cy.c b/sys/dev/ic/cy.c
index b9ef1a862c4..3fc48432193 100644
--- a/sys/dev/ic/cy.c
+++ b/sys/dev/ic/cy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cy.c,v 1.20 2002/09/15 21:30:25 art Exp $ */
+/* $OpenBSD: cy.c,v 1.21 2003/01/05 22:41:35 deraadt Exp $ */
/*
* Copyright (c) 1996 Timo Rossi.
* All rights reserved.
@@ -263,7 +263,7 @@ cy_attach(parent, self)
}
/*
- * open routine. returns zero if successfull, else error code
+ * open routine. returns zero if successful, else error code
*/
int cyopen(dev_t, int, int, struct proc *);
int cyclose(dev_t, int, int, struct proc *);
@@ -411,7 +411,7 @@ cyopen(dev, flag, mode, p)
}
/*
- * close routine. returns zero if successfull, else error code
+ * close routine. returns zero if successful, else error code
*/
int
cyclose(dev, flag, mode, p)
@@ -686,7 +686,7 @@ cystop(tp, flag)
/*
* parameter setting routine.
- * returns 0 if successfull, else returns error code
+ * returns 0 if successful, else returns error code
*/
int
cyparam(tp, t)
diff --git a/sys/dev/pci/ncr.c b/sys/dev/pci/ncr.c
index 59d5a6bbd38..74f23f8e552 100644
--- a/sys/dev/pci/ncr.c
+++ b/sys/dev/pci/ncr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr.c,v 1.64 2002/06/04 00:09:08 deraadt Exp $ */
+/* $OpenBSD: ncr.c,v 1.65 2003/01/05 22:41:35 deraadt Exp $ */
/* $NetBSD: ncr.c,v 1.63 1997/09/23 02:39:15 perry Exp $ */
/**************************************************************************
@@ -1466,7 +1466,7 @@ static void ncr_attach (pcici_t tag, int unit);
#if 0
static char ident[] =
- "\n$OpenBSD: ncr.c,v 1.64 2002/06/04 00:09:08 deraadt Exp $\n";
+ "\n$OpenBSD: ncr.c,v 1.65 2003/01/05 22:41:35 deraadt Exp $\n";
#endif
static const u_long ncr_version = NCR_VERSION * 11
@@ -6657,7 +6657,7 @@ void ncr_int_sir (ncb_p np)
** Was Sie schon immer ueber transfermode negotiation wissen wollten ...
**
** We try to negotiate sync and wide transfer only after
-** a successfull inquire command. We look at byte 7 of the
+** a successful inquire command. We look at byte 7 of the
** inquire data to determine the capabilities if the target.
**
** When we try to negotiate, we append the negotiation message
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index 121417ccd9c..83d582ce726 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: umass.c,v 1.20 2002/12/15 20:53:32 krw Exp $ */
+/* $OpenBSD: umass.c,v 1.21 2003/01/05 22:41:36 deraadt Exp $ */
/* $NetBSD: umass.c,v 1.49 2001/01/21 18:56:38 augustss Exp $ */
/*-
* Copyright (c) 1999 MAEKAWA Masahide <bishop@rr.iij4u.or.jp>,
@@ -1694,13 +1694,13 @@ umass_bbb_state(usbd_xfer_handle xfer, usbd_private_handle priv,
umass_dump_buffer(sc, sc->transfer_data,
sc->transfer_datalen, 48));
- /* FALLTHROUGH, err == 0 (no data phase or successfull) */
+ /* FALLTHROUGH, err == 0 (no data phase or successful) */
case TSTATE_BBB_DCLEAR: /* stall clear after data phase */
case TSTATE_BBB_SCLEAR: /* stall clear after status phase */
/* Reading of CSW after bulk stall condition in data phase
* (TSTATE_BBB_DATA2) or bulk-in stall condition after
* reading CSW (TSTATE_BBB_SCLEAR).
- * In the case of no data phase or successfull data phase,
+ * In the case of no data phase or successful data phase,
* err == 0 and the following if block is passed.
*/
if (err) { /* should not occur */
@@ -1717,7 +1717,7 @@ umass_bbb_state(usbd_xfer_handle xfer, usbd_private_handle priv,
if (sc->transfer_state == TSTATE_BBB_COMMAND ||
sc->transfer_state == TSTATE_BBB_DATA ||
sc->transfer_state == TSTATE_BBB_DCLEAR) {
- /* After no data phase, successfull data phase and
+ /* After no data phase, successful data phase and
* after clearing bulk-in/-out stall condition
*/
sc->transfer_state = TSTATE_BBB_STATUS1;
@@ -2198,7 +2198,7 @@ umass_cbi_state(usbd_xfer_handle xfer, usbd_private_handle priv,
else
status = STATUS_CMD_FAILED;
- /* No sense, command successfull */
+ /* No sense, command successful */
} else {
/* Command Interrupt Data Block */
DPRINTF(UDMASS_CBI, ("%s: type=0x%02x, value=0x%02x\n",
diff --git a/sys/isofs/cd9660/TODO.hibler b/sys/isofs/cd9660/TODO.hibler
index 9e438953a24..a6ff6f7a67f 100644
--- a/sys/isofs/cd9660/TODO.hibler
+++ b/sys/isofs/cd9660/TODO.hibler
@@ -1,4 +1,4 @@
-# $OpenBSD: TODO.hibler,v 1.3 2002/02/10 23:15:05 deraadt Exp $
+# $OpenBSD: TODO.hibler,v 1.4 2003/01/05 22:41:36 deraadt Exp $
# $NetBSD: TODO.hibler,v 1.6 1994/12/13 22:33:10 mycroft Exp $
1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
@@ -8,7 +8,7 @@
2. It would be nice to be able to use the vfs_cluster code.
Unfortunately, if the logical block size is smaller than the page size,
- it won't work. Also, if throughtput is relatively constant for any
+ it won't work. Also, if throughput is relatively constant for any
block size (as it is for the HP drive--150kbs) then clustering may not
buy much (or may even hurt when vfs_cluster comes up with a large sync
cluster).