diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-18 13:14:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-18 13:14:44 +0000 |
commit | f9fba03375e83e76e82171ab2e03938143a25be4 (patch) | |
tree | 8d0255479a5c754458e860e41ef9da5288e3e9df | |
parent | b1763e97cd11a5c2649cdb99541c7f53630f3b28 (diff) |
intial -> initial;
the great intial witch hunt, as prompted by tdeval@
os-aix-dso.c: ok henning@
ab.C: ok drahn@
-rw-r--r-- | bin/ed/cbc.c | 6 | ||||
-rw-r--r-- | bin/ed/undo.c | 6 | ||||
-rw-r--r-- | bin/systrace/policy.c | 4 | ||||
-rw-r--r-- | lib/libc/sys/semget.2 | 4 | ||||
-rw-r--r-- | lib/libpthread/man/flockfile.3 | 4 | ||||
-rw-r--r-- | regress/libexec/ld.so/constructor/libab/ab.C | 4 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/pmap.c | 4 | ||||
-rw-r--r-- | sys/arch/macppc/pci/mpcpcibus.c | 4 | ||||
-rw-r--r-- | sys/dev/isa/if_sm_isa.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/ahc_pci.c | 4 | ||||
-rw-r--r-- | sys/dev/pcmcia/if_sm_pcmcia.c | 4 | ||||
-rw-r--r-- | sys/netccitt/pk_subr.c | 4 | ||||
-rw-r--r-- | sys/netiso/tp_subr2.c | 4 | ||||
-rw-r--r-- | usr.bin/make/job.c | 4 | ||||
-rw-r--r-- | usr.sbin/bind/lib/dns/xfrin.c | 2 | ||||
-rw-r--r-- | usr.sbin/bind/lib/lwres/lwconfig.c | 2 | ||||
-rw-r--r-- | usr.sbin/bootpd/hash.c | 4 | ||||
-rw-r--r-- | usr.sbin/httpd/src/os/unix/os-aix-dso.c | 2 | ||||
-rw-r--r-- | usr.sbin/pppd/auth.c | 6 |
19 files changed, 38 insertions, 38 deletions
diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c index 004b4ae6d2e..61f827c0e22 100644 --- a/bin/ed/cbc.c +++ b/bin/ed/cbc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cbc.c,v 1.8 2002/09/06 18:17:53 deraadt Exp $ */ +/* $OpenBSD: cbc.c,v 1.9 2003/02/18 13:14:43 jmc Exp $ */ /* $NetBSD: cbc.c,v 1.9 1995/03/21 09:04:36 cgd Exp $ */ /* cbc.c: This file contains the encryption routines for the ed line editor */ @@ -44,7 +44,7 @@ #if 0 static char *rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp"; #else -static char rcsid[] = "$OpenBSD: cbc.c,v 1.8 2002/09/06 18:17:53 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: cbc.c,v 1.9 2003/02/18 13:14:43 jmc Exp $"; #endif #endif /* not lint */ @@ -124,7 +124,7 @@ init_des_cipher() /* initialize the initialization vctor */ MEMZERO(ivec, 8); - /* intialize the padding vector */ + /* initialize the padding vector */ srand((unsigned) time(NULL)); for (i = 0; i < 8; i++) CHAR(pvec, i) = (char) (rand()/RAND_DIV); diff --git a/bin/ed/undo.c b/bin/ed/undo.c index a82e0bc8e55..76708f0191e 100644 --- a/bin/ed/undo.c +++ b/bin/ed/undo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: undo.c,v 1.6 2002/03/24 22:17:04 millert Exp $ */ +/* $OpenBSD: undo.c,v 1.7 2003/02/18 13:14:43 jmc Exp $ */ /* $NetBSD: undo.c,v 1.2 1995/03/21 09:04:52 cgd Exp $ */ /* undo.c: This file contains the undo routines for the ed line editor */ @@ -32,7 +32,7 @@ #if 0 static char *rcsid = "@(#)undo.c,v 1.1 1994/02/01 00:34:44 alm Exp"; #else -static char rcsid[] = "$OpenBSD: undo.c,v 1.6 2002/03/24 22:17:04 millert Exp $"; +static char rcsid[] = "$OpenBSD: undo.c,v 1.7 2003/02/18 13:14:43 jmc Exp $"; #endif #endif /* not lint */ @@ -44,7 +44,7 @@ undo_t *ustack = NULL; /* undo stack */ int usize = 0; /* stack size variable */ int u_p = 0; /* undo stack pointer */ -/* push_undo_stack: return pointer to intialized undo node */ +/* push_undo_stack: return pointer to initialized undo node */ undo_t * push_undo_stack(type, from, to) int type; diff --git a/bin/systrace/policy.c b/bin/systrace/policy.c index 6daf5957a9c..7b0e24e064c 100644 --- a/bin/systrace/policy.c +++ b/bin/systrace/policy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: policy.c,v 1.23 2002/12/09 07:23:52 itojun Exp $ */ +/* $OpenBSD: policy.c,v 1.24 2003/02/18 13:14:43 jmc Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -223,7 +223,7 @@ systrace_newpolicy(const char *emulation, const char *name) tmp->policynr = -1; - /* New policies requires intialization */ + /* New policies requires initialization */ if ((tmp->name = strdup(name)) == NULL) err(1, "%s:%d: strdup", __func__, __LINE__); strlcpy(tmp->emulation, emulation, sizeof(tmp->emulation)); diff --git a/lib/libc/sys/semget.2 b/lib/libc/sys/semget.2 index f7450e92e1c..a994f8c604e 100644 --- a/lib/libc/sys/semget.2 +++ b/lib/libc/sys/semget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: semget.2,v 1.12 2002/05/05 18:39:12 millert Exp $ +.\" $OpenBSD: semget.2,v 1.13 2003/02/18 13:14:43 jmc Exp $ .\" $NetBSD: semget.2,v 1.2 1997/03/27 08:20:41 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -83,7 +83,7 @@ If a new set of semaphores is created, the data structure associated with it .Va semid_ds structure, see .Xr semctl 2 ) -is intialized as follows: +is initialized as follows: .Bl -bullet .It .Va sem_perm.cuid diff --git a/lib/libpthread/man/flockfile.3 b/lib/libpthread/man/flockfile.3 index 83785f65e5f..1a57ac88441 100644 --- a/lib/libpthread/man/flockfile.3 +++ b/lib/libpthread/man/flockfile.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flockfile.3,v 1.7 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: flockfile.3,v 1.8 2003/02/18 13:14:43 jmc Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Dt FLOCKFILE 3 @@ -53,7 +53,7 @@ function. Logically, there is a lock count associated with each .Ft "FILE *" object. -This count is implicitly intialized to zero when the +This count is implicitly initialized to zero when the .Ft "FILE *" object is created. The diff --git a/regress/libexec/ld.so/constructor/libab/ab.C b/regress/libexec/ld.so/constructor/libab/ab.C index 574d67fbbee..a6903d47a28 100644 --- a/regress/libexec/ld.so/constructor/libab/ab.C +++ b/regress/libexec/ld.so/constructor/libab/ab.C @@ -1,7 +1,7 @@ /* * Public Domain 2003 Dale Rahn * - * $OpenBSD: ab.C,v 1.1 2003/02/01 19:56:17 drahn Exp $ + * $OpenBSD: ab.C,v 1.2 2003/02/18 13:14:42 jmc Exp $ */ #include "iostream.h" @@ -13,7 +13,7 @@ extern int a; BB::BB(char *str) { if (a == 0) { - cout << "A not intialized in B constructors " << a << "\n"; + cout << "A not initialized in B constructors " << a << "\n"; exit(1); } } diff --git a/sys/arch/alpha/alpha/pmap.c b/sys/arch/alpha/alpha/pmap.c index 92f2ca2c30c..59bfc8756fa 100644 --- a/sys/arch/alpha/alpha/pmap.c +++ b/sys/arch/alpha/alpha/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.36 2002/09/10 18:29:42 art Exp $ */ +/* $OpenBSD: pmap.c,v 1.37 2003/02/18 13:14:43 jmc Exp $ */ /* $NetBSD: pmap.c,v 1.154 2000/12/07 22:18:55 thorpej Exp $ */ /*- @@ -864,7 +864,7 @@ pmap_bootstrap(paddr_t ptaddr, u_int maxasn, u_long ncpuids) NULL, NULL); /* - * ...and intialize the pv_entry list headers. + * ...and initialize the pv_entry list headers. */ for (i = 0; i < pv_table_npages; i++) { LIST_INIT(&pv_table[i].pvh_list); diff --git a/sys/arch/macppc/pci/mpcpcibus.c b/sys/arch/macppc/pci/mpcpcibus.c index 5bc2fd27166..6d08d0d5bee 100644 --- a/sys/arch/macppc/pci/mpcpcibus.c +++ b/sys/arch/macppc/pci/mpcpcibus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpcpcibus.c,v 1.16 2002/10/12 01:09:43 krw Exp $ */ +/* $OpenBSD: mpcpcibus.c,v 1.17 2003/02/18 13:14:43 jmc Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -640,7 +640,7 @@ fix_node_irq(node, pba) } /* if this node has a AAPL,interrupts property, firmware - * has intialized the register correctly. + * has initialized the register correctly. */ len = OF_getprop(node, "AAPL,interrupts", &intr, 4); if (len != 4) { diff --git a/sys/dev/isa/if_sm_isa.c b/sys/dev/isa/if_sm_isa.c index 853beb92045..608234d97d1 100644 --- a/sys/dev/isa/if_sm_isa.c +++ b/sys/dev/isa/if_sm_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sm_isa.c,v 1.2 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_sm_isa.c,v 1.3 2003/02/18 13:14:43 jmc Exp $ */ /* $NetBSD: if_sm_isa.c,v 1.4 1998/07/05 06:49:14 jonathan Exp $ */ /*- @@ -191,7 +191,7 @@ sm_isa_attach(parent, self, aux) /* XXX Should get Ethernet address from EEPROM!! */ - /* Perform generic intialization. */ + /* Perform generic initialization. */ smc91cxx_attach(sc, NULL); /* Establish the interrupt handler. */ diff --git a/sys/dev/pci/ahc_pci.c b/sys/dev/pci/ahc_pci.c index 7f6843fe39a..770927b74d3 100644 --- a/sys/dev/pci/ahc_pci.c +++ b/sys/dev/pci/ahc_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahc_pci.c,v 1.36 2002/11/19 18:40:16 jason Exp $ */ +/* $OpenBSD: ahc_pci.c,v 1.37 2003/02/18 13:14:42 jmc Exp $ */ /* $NetBSD: ahc_pci.c,v 1.9 1996/10/21 22:56:24 thorpej Exp $ */ /* @@ -580,7 +580,7 @@ ahc_do_pci_config(ahc) /* * Protect ourself from spurrious interrupts during - * intialization. + * initialization. */ opri = splbio(); diff --git a/sys/dev/pcmcia/if_sm_pcmcia.c b/sys/dev/pcmcia/if_sm_pcmcia.c index 665a130c776..6c8374b791d 100644 --- a/sys/dev/pcmcia/if_sm_pcmcia.c +++ b/sys/dev/pcmcia/if_sm_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sm_pcmcia.c,v 1.18 2002/11/19 18:36:18 jason Exp $ */ +/* $OpenBSD: if_sm_pcmcia.c,v 1.19 2003/02/18 13:14:43 jmc Exp $ */ /* $NetBSD: if_sm_pcmcia.c,v 1.11 1998/08/15 20:47:32 thorpej Exp $ */ /*- @@ -223,7 +223,7 @@ sm_pcmcia_attach(parent, self, aux) if (psc->sc_ih == NULL) printf(": couldn't establish interrupt\n"); - /* Perform generic intialization. */ + /* Perform generic initialization. */ smc91cxx_attach(sc, enaddr); #ifdef notyet diff --git a/sys/netccitt/pk_subr.c b/sys/netccitt/pk_subr.c index 23b21500098..df969fca4dd 100644 --- a/sys/netccitt/pk_subr.c +++ b/sys/netccitt/pk_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pk_subr.c,v 1.6 2002/03/15 18:19:52 millert Exp $ */ +/* $OpenBSD: pk_subr.c,v 1.7 2003/02/18 13:14:43 jmc Exp $ */ /* $NetBSD: pk_subr.c,v 1.12 1996/03/30 21:54:33 christos Exp $ */ /* @@ -824,7 +824,7 @@ pk_flowcontrol(lcp, inhibit, forced) } /* - * This procedure sends a RESET request packet. It re-intializes virtual + * This procedure sends a RESET request packet. It re-initializes virtual * circuit. */ diff --git a/sys/netiso/tp_subr2.c b/sys/netiso/tp_subr2.c index bee6bb93888..a66ad901e93 100644 --- a/sys/netiso/tp_subr2.c +++ b/sys/netiso/tp_subr2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tp_subr2.c,v 1.6 2002/07/02 19:38:55 nate Exp $ */ +/* $OpenBSD: tp_subr2.c,v 1.7 2003/02/18 13:14:43 jmc Exp $ */ /* $NetBSD: tp_subr2.c,v 1.11 1996/03/26 22:27:01 christos Exp $ */ /*- @@ -644,7 +644,7 @@ punt_route: * possibly other E* returned from cons_netcmd() * * SIDE EFFECTS: - * Determines recommended tpdusize, buffering and intial delays + * Determines recommended tpdusize, buffering and initial delays * based on information cached on the route. */ int diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index f4cfe483d05..29a9fe37b7d 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: job.c,v 1.52 2002/07/31 19:29:20 mickey Exp $ */ +/* $OpenBSD: job.c,v 1.53 2003/02/18 13:14:43 jmc Exp $ */ /* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */ /* @@ -62,7 +62,7 @@ * a time given by the SEL_* constants, below, * or until output is ready. * - * Job_Init Called to intialize this module. in addition, + * Job_Init Called to initialize this module. in addition, * any commands attached to the .BEGIN target * are executed before this function returns. * Hence, the makefile must have been parsed diff --git a/usr.sbin/bind/lib/dns/xfrin.c b/usr.sbin/bind/lib/dns/xfrin.c index e387649956c..2ee488810fc 100644 --- a/usr.sbin/bind/lib/dns/xfrin.c +++ b/usr.sbin/bind/lib/dns/xfrin.c @@ -450,7 +450,7 @@ xfr_rr(dns_xfrin_ctx_t *xfr, dns_name_t *name, isc_uint32_t ttl, FAIL(DNS_R_FORMERR); } /* - * Remember the serial number in the intial SOA. + * Remember the serial number in the initial SOA. * We need it to recognize the end of an IXFR. */ xfr->end_serial = dns_soa_getserial(rdata); diff --git a/usr.sbin/bind/lib/lwres/lwconfig.c b/usr.sbin/bind/lib/lwres/lwconfig.c index bacd064db06..cc96ea0fdbe 100644 --- a/usr.sbin/bind/lib/lwres/lwconfig.c +++ b/usr.sbin/bind/lib/lwres/lwconfig.c @@ -22,7 +22,7 @@ *** *** entry points are: *** lwres_conf_init(lwres_context_t *ctx) - *** intializes data structure for subsequent config parsing. + *** initializes data structure for subsequent config parsing. *** *** lwres_conf_parse(lwres_context_t *ctx, const char *filename) *** parses a file and fills in the data structure. diff --git a/usr.sbin/bootpd/hash.c b/usr.sbin/bootpd/hash.c index ec23d617b34..fe80cc854f6 100644 --- a/usr.sbin/bootpd/hash.c +++ b/usr.sbin/bootpd/hash.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: hash.c,v 1.3 2002/05/27 19:49:58 deraadt Exp $"; +static char rcsid[] = "$Id: hash.c,v 1.4 2003/02/18 13:14:43 jmc Exp $"; #endif @@ -78,7 +78,7 @@ PRIVATE void hashi_FreeMembers P((hash_member *, hash_freefp)); /* * Hash table initialization routine. * - * This routine creates and intializes a hash table of size "tablesize" + * This routine creates and initializes a hash table of size "tablesize" * entries. Successful calls return a pointer to the hash table (which must * be passed to other hash routines to identify the hash table). Failed * calls return NULL. diff --git a/usr.sbin/httpd/src/os/unix/os-aix-dso.c b/usr.sbin/httpd/src/os/unix/os-aix-dso.c index 3a9de860203..7cf707ff2a1 100644 --- a/usr.sbin/httpd/src/os/unix/os-aix-dso.c +++ b/usr.sbin/httpd/src/os/unix/os-aix-dso.c @@ -117,7 +117,7 @@ #define RTLD_GLOBAL 0x100 /* allow symbols to be global */ /* - * To be able to intialize, a library may provide a dl_info structure + * To be able to initialize, a library may provide a dl_info structure * that contains functions to be called to initialize and terminate. */ struct dl_info { diff --git a/usr.sbin/pppd/auth.c b/usr.sbin/pppd/auth.c index 24a0f549f97..c77564659ac 100644 --- a/usr.sbin/pppd/auth.c +++ b/usr.sbin/pppd/auth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.c,v 1.25 2002/09/13 00:12:10 deraadt Exp $ */ +/* $OpenBSD: auth.c,v 1.26 2003/02/18 13:14:43 jmc Exp $ */ /* * auth.c - PPP authentication and phase control. @@ -77,7 +77,7 @@ #if 0 static char rcsid[] = "Id: auth.c,v 1.37 1998/03/26 04:46:03 paulus Exp $"; #else -static char rcsid[] = "$OpenBSD: auth.c,v 1.25 2002/09/13 00:12:10 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: auth.c,v 1.26 2003/02/18 13:14:43 jmc Exp $"; #endif #endif @@ -839,7 +839,7 @@ plogin(user, passwd, msg, msglen) return UPAP_AUTHNAK; } /* - * Define the fields for the credintial validation + * Define the fields for the credential validation */ (void) pam_set_item (pamh, PAM_TTY, devnam); PAM_username = user; |