diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armish/stand/boot/machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/dev/zs.c | 4 | ||||
-rw-r--r-- | sys/dev/microcode/aic7xxx/aic79xx.seq | 6 | ||||
-rw-r--r-- | sys/dev/microcode/aic7xxx/aic7xxx.seq | 6 | ||||
-rw-r--r-- | sys/net/pfkeyv2.c | 4 | ||||
-rw-r--r-- | sys/netinet/ip_icmp.c | 4 | ||||
-rw-r--r-- | sys/netinet/tcp_output.c | 4 | ||||
-rw-r--r-- | sys/netinet/tcp_timer.h | 6 | ||||
-rw-r--r-- | sys/sys/fcntl.h | 4 |
9 files changed, 21 insertions, 21 deletions
diff --git a/sys/arch/armish/stand/boot/machdep.c b/sys/arch/armish/stand/boot/machdep.c index eca4ec3fea5..b54cd7c6749 100644 --- a/sys/arch/armish/stand/boot/machdep.c +++ b/sys/arch/armish/stand/boot/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.3 2006/07/30 20:46:30 drahn Exp $ */ +/* $OpenBSD: machdep.c,v 1.4 2007/11/24 12:59:28 jmc Exp $ */ /* * Copyright (c) 2006 Mark Kettenis @@ -67,7 +67,7 @@ machdep(void) * however when it reads the device register, it does * not check if a bus fault occurs on the access. * Since the bootloader doesn't handle faults, this - * crashes the bootloader if it reads a non-existant + * crashes the bootloader if it reads a non-existent * device. * The tag computation comes from arm/xscale/i80321_pci.c * i80321_pci_conf_setup() diff --git a/sys/arch/mac68k/dev/zs.c b/sys/arch/mac68k/dev/zs.c index 137cd91a172..749a104f753 100644 --- a/sys/arch/mac68k/dev/zs.c +++ b/sys/arch/mac68k/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.24 2007/10/22 14:46:46 jsing Exp $ */ +/* $OpenBSD: zs.c,v 1.25 2007/11/24 12:59:28 jmc Exp $ */ /* $NetBSD: zs.c,v 1.19 1998/01/12 19:22:18 thorpej Exp $ */ /* @@ -606,7 +606,7 @@ zs_set_speed(cs, bps) */ for (i=0; i < xcs->cs_clock_count; i++) { if (xcs->cs_clocks[i].clk <= 0) - continue; /* skip non-existant or bad clocks */ + continue; /* skip non-existent or bad clocks */ if (xcs->cs_clocks[i].flags & ZSC_BRG) { /* check out BRG at /16 */ tc1 = BPS_TO_TCONST(xcs->cs_clocks[i].clk >> 4, bps); diff --git a/sys/dev/microcode/aic7xxx/aic79xx.seq b/sys/dev/microcode/aic7xxx/aic79xx.seq index f6cb527411c..232899c6ac7 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx.seq +++ b/sys/dev/microcode/aic7xxx/aic79xx.seq @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.seq,v 1.8 2007/05/26 00:36:03 krw Exp $ */ +/* $OpenBSD: aic79xx.seq,v 1.9 2007/11/24 12:59:28 jmc Exp $ */ /* * Adaptec U320 device driver firmware for Linux and FreeBSD. * @@ -41,7 +41,7 @@ * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.seq,v 1.17 2004/08/04 17:55:34 gibbs Exp $ */ -VERSION = "$Id: aic79xx.seq,v 1.8 2007/05/26 00:36:03 krw Exp $" +VERSION = "$Id: aic79xx.seq,v 1.9 2007/11/24 12:59:28 jmc Exp $" PATCH_ARG_LIST = "struct ahd_softc *ahd" PREFIX = "ahd_" @@ -1522,7 +1522,7 @@ idle_sgfetch_okay: idle_sgfetch_start: /* * We fetch a "cacheline aligned" and sized amount of data - * so we don't end up referencing a non-existant page. + * so we don't end up referencing a non-existent page. * Cacheline aligned is in quotes because the kernel will * set the prefetch amount to a reasonable level if the * cacheline size is unknown. diff --git a/sys/dev/microcode/aic7xxx/aic7xxx.seq b/sys/dev/microcode/aic7xxx/aic7xxx.seq index 0bd3c8cd78e..8d3da492cf7 100644 --- a/sys/dev/microcode/aic7xxx/aic7xxx.seq +++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx.seq,v 1.21 2007/05/26 00:36:03 krw Exp $ */ +/* $OpenBSD: aic7xxx.seq,v 1.22 2007/11/24 12:59:28 jmc Exp $ */ /*- * Adaptec 274x/284x/294x device driver firmware for Linux and FreeBSD. * @@ -41,7 +41,7 @@ * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.seq,v 1.128 2005/01/06 01:42:26 imp Exp $ */ -VERSION = "$Id: aic7xxx.seq,v 1.21 2007/05/26 00:36:03 krw Exp $" +VERSION = "$Id: aic7xxx.seq,v 1.22 2007/11/24 12:59:28 jmc Exp $" PATCH_ARG_LIST = "struct ahc_softc *ahc" PREFIX = "ahc_" @@ -757,7 +757,7 @@ idle_loop: /* * We fetch a "cacheline aligned" and sized amount of data - * so we don't end up referencing a non-existant page. + * so we don't end up referencing a non-existent page. * Cacheline aligned is in quotes because the kernel will * set the prefetch amount to a reasonable level if the * cacheline size is unknown. diff --git a/sys/net/pfkeyv2.c b/sys/net/pfkeyv2.c index 6a4d73324f8..e5e6bbf559a 100644 --- a/sys/net/pfkeyv2.c +++ b/sys/net/pfkeyv2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkeyv2.c,v 1.117 2007/09/13 21:00:14 hshoexer Exp $ */ +/* $OpenBSD: pfkeyv2.c,v 1.118 2007/11/24 12:59:28 jmc Exp $ */ /* * @(#)COPYRIGHT 1.1 (NRL) 17 January 1995 @@ -1569,7 +1569,7 @@ pfkeyv2_send(struct socket *socket, void *message, int len) goto ret; } - /* If we were asked to delete something non-existant, error. */ + /* If we were asked to delete something non-existent, error. */ splx(s); rval = ESRCH; break; diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c index 54fa1c8a202..f838357521d 100644 --- a/sys/netinet/ip_icmp.c +++ b/sys/netinet/ip_icmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_icmp.c,v 1.76 2007/06/11 11:29:35 henning Exp $ */ +/* $OpenBSD: ip_icmp.c,v 1.77 2007/11/24 12:59:28 jmc Exp $ */ /* $NetBSD: ip_icmp.c,v 1.19 1996/02/13 23:42:22 christos Exp $ */ /* @@ -258,7 +258,7 @@ icmp_do_error(struct mbuf *n, int type, int code, n_long dest, int destmtu) nip->ip_src = oip->ip_src; nip->ip_dst = oip->ip_dst; - /* move PF_GENERATED to new packet, if existant XXX preserve more? */ + /* move PF_GENERATED to new packet, if existent XXX preserve more? */ if (n->m_pkthdr.pf.flags & PF_TAG_GENERATED) m->m_pkthdr.pf.flags |= PF_TAG_GENERATED; diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 8d1414a117a..361e2d39bbe 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_output.c,v 1.80 2007/06/01 00:52:38 henning Exp $ */ +/* $OpenBSD: tcp_output.c,v 1.81 2007/11/24 12:59:28 jmc Exp $ */ /* $NetBSD: tcp_output.c,v 1.16 1997/06/03 16:17:09 kml Exp $ */ /* @@ -1187,7 +1187,7 @@ tcp_setpersist(struct tcpcb *tp) if (TCP_TIMER_ISARMED(tp, TCPT_REXMT)) panic("tcp_output REXMT"); /* - * Start/restart persistance timer. + * Start/restart persistence timer. */ if (t < tp->t_rttmin) t = tp->t_rttmin; diff --git a/sys/netinet/tcp_timer.h b/sys/netinet/tcp_timer.h index a72535f8e4e..805c5bd0628 100644 --- a/sys/netinet/tcp_timer.h +++ b/sys/netinet/tcp_timer.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_timer.h,v 1.10 2003/06/02 23:28:15 millert Exp $ */ +/* $OpenBSD: tcp_timer.h,v 1.11 2007/11/24 12:59:28 jmc Exp $ */ /* $NetBSD: tcp_timer.h,v 1.6 1995/03/26 20:32:37 jtc Exp $ */ /* @@ -42,7 +42,7 @@ #define TCPT_NTIMERS 4 #define TCPT_REXMT 0 /* retransmit */ -#define TCPT_PERSIST 1 /* retransmit persistance */ +#define TCPT_PERSIST 1 /* retransmit persistence */ #define TCPT_KEEP 2 /* keep alive */ #define TCPT_2MSL 3 /* 2*msl quiet time timer */ @@ -90,7 +90,7 @@ if 0, no idea yet */ #define TCPTV_SRTTDFLT ( 3*PR_SLOWHZ) /* assumed RTT if no info */ -#define TCPTV_PERSMIN ( 5*PR_SLOWHZ) /* retransmit persistance */ +#define TCPTV_PERSMIN ( 5*PR_SLOWHZ) /* retransmit persistence */ #define TCPTV_PERSMAX ( 60*PR_SLOWHZ) /* maximum persist interval */ #define TCPTV_KEEP_INIT ( 75*PR_SLOWHZ) /* initial connect keep alive */ diff --git a/sys/sys/fcntl.h b/sys/sys/fcntl.h index 14d57244d94..15a12ad9dae 100644 --- a/sys/sys/fcntl.h +++ b/sys/sys/fcntl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fcntl.h,v 1.10 2005/12/13 00:35:23 millert Exp $ */ +/* $OpenBSD: fcntl.h,v 1.11 2007/11/24 12:59:28 jmc Exp $ */ /* $NetBSD: fcntl.h,v 1.8 1995/03/26 20:24:12 jtc Exp $ */ /*- @@ -88,7 +88,7 @@ #if __POSIX_VISIBLE >= 199309 || __XPG_VISIBLE >= 420 #define O_SYNC 0x0080 /* synchronous writes */ #endif -#define O_CREAT 0x0200 /* create if nonexistant */ +#define O_CREAT 0x0200 /* create if nonexistent */ #define O_TRUNC 0x0400 /* truncate to zero length */ #define O_EXCL 0x0800 /* error if already exists */ #ifdef _KERNEL |