Spell "separate" correctly. From Zafer Aydogan.

This commit is contained in:
wiz 2006-12-25 18:39:47 +00:00
parent 19c7b24184
commit 3ed1aa9185
16 changed files with 40 additions and 40 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: prep.RISCOS,v 1.15 2006/03/09 18:07:30 wiz Exp $
$NetBSD: prep.RISCOS,v 1.16 2006/12/25 18:39:47 wiz Exp $
These instructions are specific to NetBSD/acorn32 on Acorn RISCOS platforms
(RiscPC/A7000/A7000+/NC's).
@ -68,7 +68,7 @@ Additionally you will require the following :
The Bootloader and RiscOS tools: BtNetBSD.tar.Z as found in
the installation/misc directory. This archive which can be
unpacked with !SparcPlug *includes the installation-kernel*
so you dont have to download it seperately.
so you dont have to download it separately.
The NetBSD/acorn32 distribution sets (Will be on the CD-ROM, or
available from your nearest NetBSD ftp site).

View File

@ -159,7 +159,7 @@ while(<>) {
$msg .= "\n" if $msg!~/\n$/;
# Split up into seperate paragraphs
# Split up into separate paragraphs
#
$msgs=$msg;
$msgs=~s/(This (software|product))/|$1/g;

View File

@ -1,4 +1,4 @@
.\" $NetBSD: xfer,v 1.53 2006/11/25 21:07:32 martin Exp $
.\" $NetBSD: xfer,v 1.54 2006/12/25 18:39:48 wiz Exp $
.\"
.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -620,7 +620,7 @@ Proceed to the instruction on installation.
.It Em MS-DOS floppy
.Nx
doesn't include split sets to keep the distribution size down.
They can be created on a seperate machine using the
They can be created on a separate machine using the
.Xr split 1
command, running e.g.
.Ic split -b 235k base.tgz base.

View File

@ -1,4 +1,4 @@
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.51 $>
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.52 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@ -2156,7 +2156,7 @@ Changes from NetBSD 1.0 to NetBSD 1.1:
ncr5380*.[ch]. [pk 19950708]
sun3, sparc: added `screenblank', a screen saver daemon for Sun 3 and
SPARC machines. [thorpej 19950711]
removed FFS mounting code from mount(8), and seperated it into
removed FFS mounting code from mount(8), and separated it into
its own program (mount_ffs(8)). mount_ufs is a link
to mount_ffs, for now, for compatibility. [cgd 19950712]
changed 'mount -a' to _not_ remount mount file systems, if it
@ -4702,7 +4702,7 @@ Changes from NetBSD 1.3 to NetBSD 1.4:
the packages that depend on it [chopps 19990226]
kernel: Modified vnode locking protocol to always pass the VOP_CLOSE
operation a locked vnode as opposed to an unlocked one.
Also seperated export verification and file handle to
Also separated export verification and file handle to
vnode conversion. VFS_FHTOVP now only returns a vnode from
a file handle while VFS_CHECKEXP performs export
verification. Bump version to 1.3J. [wrstuden 19990226]

View File

@ -1,9 +1,9 @@
# $NetBSD: nanpa.sed,v 1.1 2003/03/03 01:13:36 jhawk Exp $
# $NetBSD: nanpa.sed,v 1.2 2006/12/25 18:39:48 wiz Exp $
#
# Parse HTML tables output by
# http://docs.nanpa.com/cgi-bin/npa_reports/nanpa
# Specifically, for each html table row (TR),
# print the <TD> elements seperated by colons.
# print the <TD> elements separated by colons.
#
# This could break on HTML comments.
#

View File

@ -1,4 +1,4 @@
/* $NetBSD: footbridge_irqhandler.c,v 1.16 2006/11/24 21:20:05 wiz Exp $ */
/* $NetBSD: footbridge_irqhandler.c,v 1.17 2006/12/25 18:39:48 wiz Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -40,7 +40,7 @@
#endif
#include <sys/cdefs.h>
__KERNEL_RCSID(0,"$NetBSD: footbridge_irqhandler.c,v 1.16 2006/11/24 21:20:05 wiz Exp $");
__KERNEL_RCSID(0,"$NetBSD: footbridge_irqhandler.c,v 1.17 2006/12/25 18:39:48 wiz Exp $");
#include "opt_irqstats.h"
@ -204,7 +204,7 @@ footbridge_intr_calculate_masks(void)
footbridge_imask[IPL_CLOCK] |= footbridge_imask[IPL_AUDIO];
/*
* footbridge has seperate statclock.
* footbridge has separate statclock.
*/
footbridge_imask[IPL_STATCLOCK] |= footbridge_imask[IPL_CLOCK];

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.c,v 1.31 2006/11/16 01:32:38 christos Exp $ */
/* $NetBSD: cpu.c,v 1.32 2006/12/25 18:39:48 wiz Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.31 2006/11/16 01:32:38 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.32 2006/12/25 18:39:48 wiz Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@ -719,7 +719,7 @@ cpu_set_tss_gates(struct cpu_info *ci)
#if defined(DDB) && defined(MULTIPROCESSOR)
/*
* Set up seperate handler for the DDB IPI, so that it doesn't
* Set up separate handler for the DDB IPI, so that it doesn't
* stomp on a possibly corrupted stack.
*
* XXX overwriting the gate set in db_machine_init.

View File

@ -1,4 +1,4 @@
/* $NetBSD: arspi.c,v 1.2 2006/10/20 06:41:46 gdamore Exp $ */
/* $NetBSD: arspi.c,v 1.3 2006/12/25 18:39:48 wiz Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: arspi.c,v 1.2 2006/10/20 06:41:46 gdamore Exp $");
__KERNEL_RCSID(0, "$NetBSD: arspi.c,v 1.3 2006/12/25 18:39:48 wiz Exp $");
#include "locators.h"
@ -371,7 +371,7 @@ arspi_done(struct arspi_softc *sc, int err)
} else if (err == 0) {
/*
* When breaking up write jobs, we have to wait until
* the WIP bit is clear, and we have to seperately
* the WIP bit is clear, and we have to separately
* send WREN for each chunk. These flags facilitate
* that.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.c,v 1.4 2006/09/28 18:53:15 bouyer Exp $ */
/* $NetBSD: cpu.c,v 1.5 2006/12/25 18:39:48 wiz Exp $ */
/* NetBSD: cpu.c,v 1.18 2004/02/20 17:35:01 yamt Exp */
/*-
@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.4 2006/09/28 18:53:15 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.5 2006/12/25 18:39:48 wiz Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@ -799,7 +799,7 @@ cpu_set_tss_gates(struct cpu_info *ci)
#if defined(DDB) && defined(MULTIPROCESSOR)
/*
* Set up seperate handler for the DDB IPI, so that it doesn't
* Set up separate handler for the DDB IPI, so that it doesn't
* stomp on a possibly corrupted stack.
*
* XXX overwriting the gate set in db_machine_init.

View File

@ -1,4 +1,4 @@
/* $NetBSD: atppc.c,v 1.21 2006/05/29 15:17:29 drochner Exp $ */
/* $NetBSD: atppc.c,v 1.22 2006/12/25 18:39:48 wiz Exp $ */
/*
* Copyright (c) 2001 Alcove - Nicolas Souchu
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.21 2006/05/29 15:17:29 drochner Exp $");
__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.22 2006/12/25 18:39:48 wiz Exp $");
#include "opt_atppc.h"
@ -68,7 +68,7 @@ int atppc_verbose = 1;
/* List of supported chipsets detection routines */
static int (*chipset_detect[])(struct atppc_softc *) = {
/* XXX Add these LATER: maybe as seperate devices?
/* XXX Add these LATER: maybe as separate devices?
atppc_pc873xx_detect,
atppc_smc37c66xgt_detect,
atppc_w83877f_detect,

View File

@ -1,4 +1,4 @@
/* $NetBSD: mpt_netbsd.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */
/* $NetBSD: mpt_netbsd.h,v 1.5 2006/12/25 18:39:48 wiz Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@ -119,7 +119,7 @@
* assume we have 480-48 == 432 bytes to have simple SG elements and/or
* chain elements. If we assume 32 bit addressing, this works out to
* 54 SG or chain elements. If we assume 5 chain elements, then we have
* a maximum of 49 seperate actual SG segments.
* a maximum of 49 separate actual SG segments.
*/
#define MPT_SGL_MAX 49

View File

@ -1,4 +1,4 @@
/* $NetBSD: spiflash.h,v 1.2 2006/11/24 19:46:59 christos Exp $ */
/* $NetBSD: spiflash.h,v 1.3 2006/12/25 18:39:48 wiz Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@ -76,7 +76,7 @@
/*
* Some parts can stream bytes with the program command, whereas others require
* a seperate command sequence for each byte.
* a separate command sequence for each byte.
*/
#define SPIFLASH_CMD_PROGRAM 0x02 /* page or byte program */
#define SPIFLASH_CMD_PROGRAM_AA 0xad /* program (autoincrement) */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_atu.c,v 1.23 2006/11/16 01:33:26 christos Exp $ */
/* $NetBSD: if_atu.c,v 1.24 2006/12/25 18:39:48 wiz Exp $ */
/* $OpenBSD: if_atu.c,v 1.48 2004/12/30 01:53:21 dlg Exp $ */
/*
* Copyright (c) 2003, 2004
@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.23 2006/11/16 01:33:26 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.24 2006/12/25 18:39:48 wiz Exp $");
#include "bpfilter.h"
@ -803,7 +803,7 @@ atu_internal_firmware(struct device *arg)
* Uploading firmware is done with the DFU (Device Firmware Upgrade)
* interface. See "Universal Serial Bus - Device Class Specification
* for Device Firmware Upgrade" pdf for details of the protocol.
* Maybe this could be moved to a seperate 'firmware driver' once more
* Maybe this could be moved to a separate 'firmware driver' once more
* device drivers need it... For now we'll just do it here.
*
* Just for your information, the Atmel's DFU descriptor looks like

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_atureg.h,v 1.5 2006/05/08 17:12:42 rpaulo Exp $ */
/* $NetBSD: if_atureg.h,v 1.6 2006/12/25 18:39:48 wiz Exp $ */
/* $OpenBSD: if_atureg.h,v 1.21 2004/12/23 13:19:38 dlg Exp $ */
/*
* Copyright (c) 2003
@ -400,7 +400,7 @@ struct atu_tx_hdr {
#define NR(x) (void *)((long)x)
/*
* The linux driver uses seperate routines for every mib request they do
* The linux driver uses separate routines for every mib request they do
* (eg. set_radio / set_preamble / set_frag / etc etc )
* We just define a list of types, sizes and offsets and use those
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: udf_subr.c,v 1.24 2006/12/25 18:36:05 wiz Exp $ */
/* $NetBSD: udf_subr.c,v 1.25 2006/12/25 18:39:48 wiz Exp $ */
/*
* Copyright (c) 2006 Reinoud Zandijk
@ -36,7 +36,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: udf_subr.c,v 1.24 2006/12/25 18:36:05 wiz Exp $");
__RCSID("$NetBSD: udf_subr.c,v 1.25 2006/12/25 18:39:48 wiz Exp $");
#endif /* not lint */
@ -1397,7 +1397,7 @@ udf_read_rootdirs(struct udf_mount *ump, struct udf_args *args)
int dscr_type;
int error;
/* TODO implement FSD reading in seperate function like integrity? */
/* TODO implement FSD reading in separate function like integrity? */
/* get fileset descriptor sequence */
fsd_loc = ump->logical_vol->lv_fsd_loc;
fsd_len = udf_rw32(fsd_loc.len);
@ -2608,7 +2608,7 @@ udf_read_file_extent(struct udf_node *node,
/*
* Read file extent in the buffer.
*
* The splitup of the extent into seperate request-buffers is to minimise
* The splitup of the extent into separate request-buffers is to minimise
* copying around as much as possible.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: status.c,v 1.1 2004/05/13 19:37:58 christos Exp $ */
/* $NetBSD: status.c,v 1.2 2006/12/25 18:39:48 wiz Exp $ */
/*
* status.c - pppd plugin to implement an `lcpstatus' option.
@ -74,7 +74,7 @@ lcpstatus /var/run/ppp0.status
* If you want to modify this plugin, other ways you could use and display
* the data generated by the transitions would include:
* + directly broadcasting the results from inside the pppd task (rather
* than having a seperate process do it)
* than having a separate process do it)
* + store the ppp state in an SNMP database so it could be displayed with
* a standard form of client rather than a goofy little Mac OS X menubar
* widget.