diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
commit | 5e5c20b4986d64cf4b989750655ce99a581ee745 (patch) | |
tree | 454d7edecf7d8c42395d523edcb4da46a285da42 /sys | |
parent | fa37968b43055a44587325acd7d958a96fc4e5a7 (diff) |
seperate -> separate, okay aaron@
Diffstat (limited to 'sys')
28 files changed, 53 insertions, 53 deletions
diff --git a/sys/arch/amiga/dev/sbic.c b/sys/arch/amiga/dev/sbic.c index 9a26fc3fcb5..12a0682bbea 100644 --- a/sys/arch/amiga/dev/sbic.c +++ b/sys/arch/amiga/dev/sbic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbic.c,v 1.10 1999/01/11 05:11:07 millert Exp $ */ +/* $OpenBSD: sbic.c,v 1.11 2000/11/10 15:33:04 provos Exp $ */ /* $NetBSD: sbic.c,v 1.28 1996/10/13 03:07:29 christos Exp $ */ /* @@ -1042,7 +1042,7 @@ sbicselectbus(dev, regs, target, lun, our_addr) SET_SBIC_cmd(regs, SBIC_CMD_SEL_ATN); /* - * wait for select (merged from seperate function may need + * wait for select (merged from separate function may need * cleanup) */ WAIT_CIP(regs); diff --git a/sys/arch/arm32/podulebus/sbic.c b/sys/arch/arm32/podulebus/sbic.c index 22f8a82f252..01141849910 100644 --- a/sys/arch/arm32/podulebus/sbic.c +++ b/sys/arch/arm32/podulebus/sbic.c @@ -1094,7 +1094,7 @@ sbicselectbus(dev, regs, target, lun, our_addr) SET_SBIC_cmd(regs, SBIC_CMD_SEL_ATN); /* - * wait for select (merged from seperate function may need + * wait for select (merged from separate function may need * cleanup) */ WAIT_CIP(regs); diff --git a/sys/arch/hp300/dev/grf_dv.c b/sys/arch/hp300/dev/grf_dv.c index 85b2bcfc0d9..196ea7bf7cb 100644 --- a/sys/arch/hp300/dev/grf_dv.c +++ b/sys/arch/hp300/dev/grf_dv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf_dv.c,v 1.6 1997/04/16 11:56:02 downsj Exp $ */ +/* $OpenBSD: grf_dv.c,v 1.7 2000/11/10 15:33:05 provos Exp $ */ /* $NetBSD: grf_dv.c,v 1.11 1997/03/31 07:34:14 scottr Exp $ */ /* @@ -248,7 +248,7 @@ dv_init(gp, scode, addr) gp->g_fbkva = addr + gi->gd_regsize; } else { /* - * For DIO space we need to map the seperate + * For DIO space we need to map the separate * framebuffer. */ gp->g_regkva = addr; diff --git a/sys/arch/hp300/dev/grf_hy.c b/sys/arch/hp300/dev/grf_hy.c index 354d12ae6cf..300d032aa0f 100644 --- a/sys/arch/hp300/dev/grf_hy.c +++ b/sys/arch/hp300/dev/grf_hy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf_hy.c,v 1.6 1997/04/16 11:56:04 downsj Exp $ */ +/* $OpenBSD: grf_hy.c,v 1.7 2000/11/10 15:33:05 provos Exp $ */ /* $NetBSD: grf_hy.c,v 1.9 1997/03/31 07:34:16 scottr Exp $ */ /* @@ -206,7 +206,7 @@ hy_init(gp, scode, addr) gp->g_fbkva = addr + gi->gd_regsize; } else { /* - * For DIO space we need to map the seperate + * For DIO space we need to map the separate * framebuffer. */ gp->g_regkva = addr; diff --git a/sys/arch/hp300/dev/grf_rb.c b/sys/arch/hp300/dev/grf_rb.c index ff57dfb2091..9627a222c11 100644 --- a/sys/arch/hp300/dev/grf_rb.c +++ b/sys/arch/hp300/dev/grf_rb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf_rb.c,v 1.6 1997/04/16 11:56:04 downsj Exp $ */ +/* $OpenBSD: grf_rb.c,v 1.7 2000/11/10 15:33:05 provos Exp $ */ /* $NetBSD: grf_rb.c,v 1.11 1997/03/31 07:34:17 scottr Exp $ */ /* @@ -247,7 +247,7 @@ rb_init(gp, scode, addr) gp->g_fbkva = addr + gi->gd_regsize; } else { /* - * For DIO space we need to map the seperate + * For DIO space we need to map the separate * framebuffer. */ gp->g_regkva = addr; diff --git a/sys/arch/hp300/dev/grf_tc.c b/sys/arch/hp300/dev/grf_tc.c index 3e721a9b831..4b1c59cc684 100644 --- a/sys/arch/hp300/dev/grf_tc.c +++ b/sys/arch/hp300/dev/grf_tc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf_tc.c,v 1.7 1999/05/28 09:36:19 downsj Exp $ */ +/* $OpenBSD: grf_tc.c,v 1.8 2000/11/10 15:33:05 provos Exp $ */ /* $NetBSD: grf_tc.c,v 1.11 1997/03/31 07:34:18 scottr Exp $ */ /* @@ -317,7 +317,7 @@ tc_init(gp, scode, addr) gp->g_fbkva = addr + gi->gd_regsize; } else { /* - * For DIO space we need to map the seperate + * For DIO space we need to map the separate * framebuffer. */ gp->g_regkva = addr; diff --git a/sys/arch/i386/include/specialreg.h b/sys/arch/i386/include/specialreg.h index 69d56cb97de..0848bc8015e 100644 --- a/sys/arch/i386/include/specialreg.h +++ b/sys/arch/i386/include/specialreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: specialreg.h,v 1.8 1999/11/20 11:18:59 matthieu Exp $ */ +/* $OpenBSD: specialreg.h,v 1.9 2000/11/10 15:33:06 provos Exp $ */ /* $NetBSD: specialreg.h,v 1.7 1994/10/27 04:16:26 cgd Exp $ */ /*- @@ -173,7 +173,7 @@ /* * the following four 3-byte registers control the non-cacheable regions. - * These registers must be written as three seperate bytes. + * These registers must be written as three separate bytes. * * NCRx+0: A31-A24 of starting address * NCRx+1: A23-A16 of starting address diff --git a/sys/arch/kbus/dev/sbic.c b/sys/arch/kbus/dev/sbic.c index 35caf51c4e6..676c9e40f72 100644 --- a/sys/arch/kbus/dev/sbic.c +++ b/sys/arch/kbus/dev/sbic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbic.c,v 1.3 2000/01/10 03:55:36 millert Exp $ */ +/* $OpenBSD: sbic.c,v 1.4 2000/11/10 15:33:06 provos Exp $ */ /* $NetBSD: sbic.c,v 1.28 1996/10/13 03:07:29 christos Exp $ */ /* @@ -1056,7 +1056,7 @@ sbicselectbus(dev, regs, target, lun, our_addr) SET_SBIC_cmd(regs, SBIC_CMD_SEL_ATN); /* - * wait for select (merged from seperate function may need + * wait for select (merged from separate function may need * cleanup) */ WAIT_CIP(regs); diff --git a/sys/arch/kbus/dev/xd.c b/sys/arch/kbus/dev/xd.c index c4c8a9793c9..2235fb64a40 100644 --- a/sys/arch/kbus/dev/xd.c +++ b/sys/arch/kbus/dev/xd.c @@ -1262,7 +1262,7 @@ xdc_rqtopb(iorq, iopb, cmd, subfun) /* * xdc_cmd: front end for POLL'd and WAIT'd commands. Returns rqno. * If you've already got an IORQ, you can call submit directly (currently - * there is no need to do this). NORM requests are handled seperately. + * there is no need to do this). NORM requests are handled separately. */ int xdc_cmd(xdcsc, cmd, subfn, unit, block, scnt, dptr, fullmode) diff --git a/sys/arch/mac68k/dev/if_sn.c b/sys/arch/mac68k/dev/if_sn.c index 1bc820b882c..ba6609b0340 100644 --- a/sys/arch/mac68k/dev/if_sn.c +++ b/sys/arch/mac68k/dev/if_sn.c @@ -713,7 +713,7 @@ camprogram(sc) * addresses. It has no way to specify a range. * (Well, thats not exactly true. If the * range is small one could program each addr - * within the range as a seperate CAM entry) + * within the range as a separate CAM entry) */ ifp->if_flags |= IFF_ALLMULTI; break; diff --git a/sys/arch/mvme68k/dev/sbic.c b/sys/arch/mvme68k/dev/sbic.c index d17f94f47b2..0e085d4f475 100644 --- a/sys/arch/mvme68k/dev/sbic.c +++ b/sys/arch/mvme68k/dev/sbic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbic.c,v 1.5 1997/11/24 01:13:51 mickey Exp $ */ +/* $OpenBSD: sbic.c,v 1.6 2000/11/10 15:33:07 provos Exp $ */ /* $NetBSD: sbic.c,v 1.2 1996/04/23 16:32:54 chuck Exp $ */ /* @@ -1014,7 +1014,7 @@ sbicselectbus(dev) SET_SBIC_cmd(regs, SBIC_CMD_SEL_ATN); /* - * wait for select (merged from seperate function may need + * wait for select (merged from separate function may need * cleanup) */ WAIT_CIP(regs); diff --git a/sys/arch/sparc/dev/xd.c b/sys/arch/sparc/dev/xd.c index 6158e0f9a94..32b4e0ce490 100644 --- a/sys/arch/sparc/dev/xd.c +++ b/sys/arch/sparc/dev/xd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xd.c,v 1.15 2000/07/04 13:15:12 art Exp $ */ +/* $OpenBSD: xd.c,v 1.16 2000/11/10 15:33:07 provos Exp $ */ /* $NetBSD: xd.c,v 1.37 1997/07/29 09:58:16 fair Exp $ */ /* @@ -1309,7 +1309,7 @@ xdc_rqtopb(iorq, iopb, cmd, subfun) /* * xdc_cmd: front end for POLL'd and WAIT'd commands. Returns rqno. * If you've already got an IORQ, you can call submit directly (currently - * there is no need to do this). NORM requests are handled seperately. + * there is no need to do this). NORM requests are handled separately. */ int xdc_cmd(xdcsc, cmd, subfn, unit, block, scnt, dptr, fullmode) diff --git a/sys/arch/sparc/dev/xy.c b/sys/arch/sparc/dev/xy.c index bfc8f5efc8f..f39044c9a06 100644 --- a/sys/arch/sparc/dev/xy.c +++ b/sys/arch/sparc/dev/xy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xy.c,v 1.13 1999/07/09 21:34:46 art Exp $ */ +/* $OpenBSD: xy.c,v 1.14 2000/11/10 15:33:07 provos Exp $ */ /* $NetBSD: xy.c,v 1.26 1997/07/19 21:43:56 pk Exp $ */ /* @@ -1196,7 +1196,7 @@ int del; /* * xyc_cmd: front end for POLL'd and WAIT'd commands. Returns 0 or error. - * note that NORM requests are handled seperately. + * note that NORM requests are handled separately. */ int xyc_cmd(xycsc, cmd, subfn, unit, block, scnt, dptr, fullmode) diff --git a/sys/arch/sun3/dev/xd.c b/sys/arch/sun3/dev/xd.c index 1df712217ce..590da706f57 100644 --- a/sys/arch/sun3/dev/xd.c +++ b/sys/arch/sun3/dev/xd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xd.c,v 1.12 1998/10/03 21:18:58 millert Exp $ */ +/* $OpenBSD: xd.c,v 1.13 2000/11/10 15:33:08 provos Exp $ */ /* $NetBSD: xd.c,v 1.10 1996/10/13 03:47:39 christos Exp $ */ /* @@ -1271,7 +1271,7 @@ xdc_rqtopb(iorq, iopb, cmd, subfun) /* * xdc_cmd: front end for POLL'd and WAIT'd commands. Returns rqno. * If you've already got an IORQ, you can call submit directly (currently - * there is no need to do this). NORM requests are handled seperately. + * there is no need to do this). NORM requests are handled separately. */ int xdc_cmd(xdcsc, cmd, subfn, unit, block, scnt, dptr, fullmode) diff --git a/sys/arch/sun3/dev/xy.c b/sys/arch/sun3/dev/xy.c index b1082d7e3fb..122b3f52e2c 100644 --- a/sys/arch/sun3/dev/xy.c +++ b/sys/arch/sun3/dev/xy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xy.c,v 1.12 1999/01/11 05:12:02 millert Exp $ */ +/* $OpenBSD: xy.c,v 1.13 2000/11/10 15:33:08 provos Exp $ */ /* $NetBSD: xy.c,v 1.11 1996/10/13 03:47:40 christos Exp $ */ /* @@ -1163,7 +1163,7 @@ int del; /* * xyc_cmd: front end for POLL'd and WAIT'd commands. Returns 0 or error. - * note that NORM requests are handled seperately. + * note that NORM requests are handled separately. */ int xyc_cmd(xycsc, cmd, subfn, unit, block, scnt, dptr, fullmode) diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c index 66b8371b851..563d40c8b04 100644 --- a/sys/arch/vax/uba/qv.c +++ b/sys/arch/vax/uba/qv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qv.c,v 1.3 2000/07/19 13:53:00 art Exp $ */ +/* $OpenBSD: qv.c,v 1.4 2000/11/10 15:33:09 provos Exp $ */ /* $NetBSD: qv.c,v 1.2 1996/09/02 06:44:28 mycroft Exp $ */ /*- @@ -220,7 +220,7 @@ struct qv_info qv_scn_defaults[] = { * Screen controller initialization parameters. The definations and use * of these parameters can be found in the Motorola 68045 crtc specs. In * essence they set the display parameters for the chip. The first set is - * for the 15" screen and the second is for the 19" seperate sync. There + * for the 15" screen and the second is for the 19" separate sync. There * is also a third set for a 19" composite sync monitor which we have not * tested and which is not supported. */ diff --git a/sys/compat/hpux/hpux.h b/sys/compat/hpux/hpux.h index 66409ebdafa..6a8e8d9142c 100644 --- a/sys/compat/hpux/hpux.h +++ b/sys/compat/hpux/hpux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux.h,v 1.6 1997/09/15 06:05:51 millert Exp $ */ +/* $OpenBSD: hpux.h,v 1.7 2000/11/10 15:33:09 provos Exp $ */ /* $NetBSD: hpux.h,v 1.11 1997/04/01 19:58:58 scottr Exp $ */ /* @@ -317,7 +317,7 @@ struct hpux_sigaction { /* * In BSD EAGAIN and EWOULDBLOCK are the same error code. - * However, for HP-UX we must split them out to seperate codes. + * However, for HP-UX we must split them out to separate codes. * The easiest way to do this was to check the return value of * BSD routines which are known to return EAGAIN (but never * EWOULDBLOCK) and change it to the pseudo-code OEAGAIN when diff --git a/sys/compat/linux/linux_exec.c b/sys/compat/linux/linux_exec.c index c16b4ad72f1..a71748d38d0 100644 --- a/sys/compat/linux/linux_exec.c +++ b/sys/compat/linux/linux_exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_exec.c,v 1.13 1999/11/26 16:44:28 art Exp $ */ +/* $OpenBSD: linux_exec.c,v 1.14 2000/11/10 15:33:09 provos Exp $ */ /* $NetBSD: linux_exec.c,v 1.13 1996/04/05 00:01:10 christos Exp $ */ /* @@ -414,7 +414,7 @@ linux_elf_probe(p, epp, itp, pos, os) * * Yes, both text and data are mapped at once, so we're left with * writeable text for the shared libs. The Linux crt0 seemed to break - * sometimes when data was mapped seperately. It munmapped a uselib() + * sometimes when data was mapped separately. It munmapped a uselib() * of ld.so by hand, which failed with shared text and data for ld.so * Yuck. * diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index 7f1ae5c2a5d..45c2eddd210 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_file.c,v 1.15 2000/09/07 17:52:23 ericj Exp $ */ +/* $OpenBSD: linux_file.c,v 1.16 2000/11/10 15:33:09 provos Exp $ */ /* $NetBSD: linux_file.c,v 1.15 1996/05/20 01:59:09 fvdl Exp $ */ /* @@ -638,7 +638,7 @@ linux_sys_mknod(p, v, retval) LINUX_CHECK_ALT_CREAT(p, &sg, SCARG(uap, path)); /* - * BSD handles FIFOs seperately + * BSD handles FIFOs separately */ if (SCARG(uap, mode) & S_IFIFO) { SCARG(&bma, path) = SCARG(uap, path); diff --git a/sys/dev/pci/if_lmcioctl.h b/sys/dev/pci/if_lmcioctl.h index 74a91aeb5c5..7c3c2bbd14a 100644 --- a/sys/dev/pci/if_lmcioctl.h +++ b/sys/dev/pci/if_lmcioctl.h @@ -1,5 +1,5 @@ -/* $OpenBSD: if_lmcioctl.h,v 1.3 2000/02/01 18:01:42 chris Exp $ */ -/* $Id: if_lmcioctl.h,v 1.3 2000/02/01 18:01:42 chris Exp $ */ +/* $OpenBSD: if_lmcioctl.h,v 1.4 2000/11/10 15:33:09 provos Exp $ */ +/* $Id: if_lmcioctl.h,v 1.4 2000/11/10 15:33:09 provos Exp $ */ /* * Copyright (c) 1997-1999 LAN Media Corporation (LMC) @@ -230,7 +230,7 @@ struct lmc___ctl { /* * Some of the MII16 bits are mirrored in the MII17 register as well, - * but let's keep thing seperate for now, and get only the cable from + * but let's keep thing separate for now, and get only the cable from * the MII17. */ #define LMC_MII17_SSI_CABLE_MASK 0x0038 /* mask to extract the cable type */ diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index f022492bb72..696371e28f4 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sys_process.c,v 1.8 2000/06/08 22:25:24 niklas Exp $ */ +/* $OpenBSD: sys_process.c,v 1.9 2000/11/10 15:33:10 provos Exp $ */ /* $NetBSD: sys_process.c,v 1.55 1996/05/15 06:17:47 tls Exp $ */ /*- @@ -215,10 +215,10 @@ sys_ptrace(p, v, retval) t->p_oppid = t->p_pptr->p_pid; return (0); - case PT_WRITE_I: /* XXX no seperate I and D spaces */ + case PT_WRITE_I: /* XXX no separate I and D spaces */ case PT_WRITE_D: write = 1; - case PT_READ_I: /* XXX no seperate I and D spaces */ + case PT_READ_I: /* XXX no separate I and D spaces */ case PT_READ_D: /* write = 0 done above. */ iov.iov_base = diff --git a/sys/msdosfs/bootsect.h b/sys/msdosfs/bootsect.h index d806713da44..806062ee95e 100644 --- a/sys/msdosfs/bootsect.h +++ b/sys/msdosfs/bootsect.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bootsect.h,v 1.3 1998/01/11 20:39:02 provos Exp $ */ +/* $OpenBSD: bootsect.h,v 1.4 2000/11/10 15:33:10 provos Exp $ */ /* $NetBSD: bootsect.h,v 1.8 1997/10/17 11:23:29 ws Exp $ */ /* @@ -74,7 +74,7 @@ struct bootsector710 { #ifdef atari /* * The boot sector on a gemdos fs is a little bit different from the msdos fs - * format. Currently there is no need to declare a seperate structure, the + * format. Currently there is no need to declare a separate structure, the * bootsector33 struct will do. */ #if 0 diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index b72172ad612..53e8cc91415 100644 --- a/sys/netinet/ip_mroute.c +++ b/sys/netinet/ip_mroute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_mroute.c,v 1.19 2000/01/21 03:15:05 angelos Exp $ */ +/* $OpenBSD: ip_mroute.c,v 1.20 2000/11/10 15:33:10 provos Exp $ */ /* $NetBSD: ip_mroute.c,v 1.27 1996/05/07 02:40:50 thorpej Exp $ */ /* @@ -1238,7 +1238,7 @@ ip_mdq(m, ifp, rt) /* * Macro to send packet on vif. Since RSVP packets don't get counted on * input, they shouldn't get counted on output, so statistics keeping is - * seperate. + * separate. */ #define MC_SEND(ip,vifp,m) { \ if ((vifp)->v_flags & VIFF_TUNNEL) \ diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c index d53efd932d7..24d4d1c2eab 100644 --- a/sys/netinet6/ip6_mroute.c +++ b/sys/netinet6/ip6_mroute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_mroute.c,v 1.7 2000/10/19 03:14:02 itojun Exp $ */ +/* $OpenBSD: ip6_mroute.c,v 1.8 2000/11/10 15:33:11 provos Exp $ */ /* $KAME: ip6_mroute.c,v 1.33 2000/10/19 02:23:43 jinmei Exp $ */ /* @@ -1259,7 +1259,7 @@ ip6_mdq(m, ifp, rt) /* * Macro to send packet on mif. Since RSVP packets don't get counted on * input, they shouldn't get counted on output, so statistics keeping is - * seperate. + * separate. */ #define MC6_SEND(ip6, mifp, m) do { \ diff --git a/sys/uvm/uvm_amap.c b/sys/uvm/uvm_amap.c index ab11fb14d17..c3d35e9060b 100644 --- a/sys/uvm/uvm_amap.c +++ b/sys/uvm/uvm_amap.c @@ -843,7 +843,7 @@ ReStart: } /* - * amap_splitref: split a single reference into two seperate references + * amap_splitref: split a single reference into two separate references * * => called from uvm_map's clip routines * => origref's map should be locked diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c index e4fb861dd92..dc21c395304 100644 --- a/sys/uvm/uvm_map.c +++ b/sys/uvm/uvm_map.c @@ -957,7 +957,7 @@ uvm_unmap_remove(map, start, end, entry_list) * list headed by "first_entry". once we remove them from the map * the caller should unlock the map and drop the references to the * backing objects [c.f. uvm_unmap_detach]. the object is to - * seperate unmapping from reference dropping. why? + * separate unmapping from reference dropping. why? * [1] the map has to be locked for unmapping * [2] the map need not be locked for reference dropping * [3] dropping references may trigger pager I/O, and if we hit @@ -2017,7 +2017,7 @@ uvm_map_pageable(map, start, end, new_pageable) entry = start_entry; /* - * handle wiring and unwiring seperately. + * handle wiring and unwiring separately. */ if (new_pageable) { /* unwire */ diff --git a/sys/uvm/uvm_pdaemon.c b/sys/uvm/uvm_pdaemon.c index b3788da4d09..deb4fa6b0b7 100644 --- a/sys/uvm/uvm_pdaemon.c +++ b/sys/uvm/uvm_pdaemon.c @@ -337,7 +337,7 @@ uvmpd_scan_inactive(pglst) UVMHIST_FUNC("uvmpd_scan_inactive"); UVMHIST_CALLED(pdhist); /* - * note: we currently keep swap-backed pages on a seperate inactive + * note: we currently keep swap-backed pages on a separate inactive * list from object-backed pages. however, merging the two lists * back together again hasn't been ruled out. thus, we keep our * swap cluster in "swpps" rather than in pps (allows us to mix diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index 335b1986def..eee0ff4fa51 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_page.h,v 1.10 1999/12/30 18:21:56 provos Exp $ */ +/* $OpenBSD: vm_page.h,v 1.11 2000/11/10 15:33:11 provos Exp $ */ /* $NetBSD: vm_page.h,v 1.24 1998/02/10 14:09:03 mrg Exp $ */ /* @@ -104,7 +104,7 @@ * fields were dumped and all the flags were lumped into one short. * that is fine for a single threaded uniprocessor OS, but bad if you * want to actual make use of locking (simple_lock's). so, we've - * seperated things back out again. + * separated things back out again. * * note the page structure has no lock of its own. */ |