becuase -> because. From Peter Postma.

This commit is contained in:
wiz 2004-02-24 15:05:53 +00:00
parent 1d654e444e
commit dc4cc98b15
11 changed files with 29 additions and 29 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: macros,v 1.25 2003/10/10 23:51:00 mbw Exp $
.\" $NetBSD: macros,v 1.26 2004/02/24 15:05:53 wiz Exp $
.\"
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -373,7 +373,7 @@
.ta (\n(.lu)R
\.tm ...reading INSTALL.\*[format].toc
. Pp
.\" Use so-real here becuase otherwise we lose on objdirs
.\" Use so-real here because otherwise we lose on objdirs
\.so-real INSTALL.\*[format].toc
.Ed
..

View File

@ -30870,7 +30870,7 @@ MEETINGS:
%
Meetings are an addictive, highly self indulgent activity that
corporations and other large organizations habitually engage
in only becuase they cannot actually masturbate.
in only because they cannot actually masturbate.
-- Dave Barry
%
MEMO:
@ -36197,7 +36197,7 @@ SAMPLE: Proof of induction without proof of induction.
for every natural number less than n. N is arbitrary, so we can take n
as large as we want. If n is sufficiently large, the case of n+1 is
trivially equivalent, so the only important n are n less than n. We can
take n = n (from above), so it's true for n+1 becuase it's just about n.
take n = n (from above), so it's true for n+1 because it's just about n.
QED. (QED translates from the Latin as "So what?")
%
Proof techniques #2: Proof by Oddity.

View File

@ -1,4 +1,4 @@
/* $NetBSD: grfabs_cc.c,v 1.24 2003/04/01 21:26:32 thorpej Exp $ */
/* $NetBSD: grfabs_cc.c,v 1.25 2004/02/24 15:05:54 wiz Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@ -38,7 +38,7 @@
#include "opt_amigaccgrf.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: grfabs_cc.c,v 1.24 2003/04/01 21:26:32 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: grfabs_cc.c,v 1.25 2004/02/24 15:05:54 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -305,7 +305,7 @@ alloc_bitmap(u_short width, u_short height, u_short depth, u_short flags)
/* Sigh, it seems for mapping to work we need the bitplane data to 1:
* be aligned on a page boundry. 2: be n pages large.
*
* why? becuase the user gets a page aligned address, if this is before
* why? because the user gets a page aligned address, if this is before
* your allocation, too bad. Also it seems that the mapping routines
* do not watch to closely to the allowable length. so if you go over
* n pages by less than another page, the user gets to write all over

View File

@ -1,4 +1,4 @@
/* $NetBSD: ite.c,v 1.66 2003/11/01 12:56:32 jdolecek Exp $ */
/* $NetBSD: ite.c,v 1.67 2004/02/24 15:05:54 wiz Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@ -83,7 +83,7 @@
#include "opt_ddb.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.66 2003/11/01 12:56:32 jdolecek Exp $");
__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.67 2004/02/24 15:05:54 wiz Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@ -780,7 +780,7 @@ ite_reset(struct ite_softc *ip)
}
/*
* has to be global becuase of the shared filters.
* has to be global because of the shared filters.
*/
static u_char key_mod;
static u_char last_dead;

View File

@ -1,4 +1,4 @@
/* $NetBSD: ite_cc.c,v 1.34 2003/05/31 03:05:45 kristerw Exp $ */
/* $NetBSD: ite_cc.c,v 1.35 2004/02/24 15:05:54 wiz Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@ -33,7 +33,7 @@
#include "opt_amigaccgrf.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ite_cc.c,v 1.34 2003/05/31 03:05:45 kristerw Exp $");
__KERNEL_RCSID(0, "$NetBSD: ite_cc.c,v 1.35 2004/02/24 15:05:54 wiz Exp $");
#include "grfcc.h"
#if NGRFCC > 0
@ -702,7 +702,7 @@ clear8(struct ite_softc *ip, int sy, int sx, int h, int w)
for (i=0; i < ip->ftheight; i++) {
bzero(ptr, bm->bytes_per_row);
ptr += bm->bytes_per_row + bm->row_mod; /* don't get any smart
ideas, becuase this is for
ideas, because this is for
interleaved bitmaps */
}
sy++;

View File

@ -1,5 +1,5 @@
#
# $NetBSD: fpsp.s,v 1.3 2003/02/05 00:02:33 perry Exp $
# $NetBSD: fpsp.s,v 1.4 2004/02/24 15:05:54 wiz Exp $
#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -11822,7 +11822,7 @@ fmul_unfl_ena:
bne.b fmul_unfl_ena_sd # no, sgl or dbl
# if the rnd mode is anything but RZ, then we have to re-do the above
# multiplication becuase we used RZ for all.
# multiplication because we used RZ for all.
fmov.l L_SCR3(%a6),%fpcr # set FPCR
fmul_unfl_ena_cont:

View File

@ -1,5 +1,5 @@
#
# $NetBSD: pfpsp.s,v 1.2 2001/09/16 16:34:31 wiz Exp $
# $NetBSD: pfpsp.s,v 1.3 2004/02/24 15:05:54 wiz Exp $
#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -8254,7 +8254,7 @@ fmul_unfl_ena:
bne.b fmul_unfl_ena_sd # no, sgl or dbl
# if the rnd mode is anything but RZ, then we have to re-do the above
# multiplication becuase we used RZ for all.
# multiplication because we used RZ for all.
fmov.l L_SCR3(%a6),%fpcr # set FPCR
fmul_unfl_ena_cont:

View File

@ -1,4 +1,4 @@
/* $NetBSD: si_obio.c,v 1.27 2003/07/15 03:36:15 lukem Exp $ */
/* $NetBSD: si_obio.c,v 1.28 2004/02/24 15:05:54 wiz Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -81,7 +81,7 @@
****************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: si_obio.c,v 1.27 2003/07/15 03:36:15 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: si_obio.c,v 1.28 2004/02/24 15:05:54 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -328,7 +328,7 @@ si_obio_dma_setup(ncr_sc)
/*
* XXX: Reset the FIFO again! Comment from Sprite:
* Go through reset again becuase of the bug on the 3/50
* Go through reset again because of the bug on the 3/50
* where bytes occasionally linger in the DMA fifo.
*/
si->si_csr &= ~SI_CSR_FIFO_RES; /* active low */

View File

@ -1,4 +1,4 @@
/* $NetBSD: hd64570.c,v 1.25 2003/11/02 11:07:45 wiz Exp $ */
/* $NetBSD: hd64570.c,v 1.26 2004/02/24 15:05:54 wiz Exp $ */
/*
* Copyright (c) 1999 Christian E. Hopps
@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hd64570.c,v 1.25 2003/11/02 11:07:45 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: hd64570.c,v 1.26 2004/02/24 15:05:54 wiz Exp $");
#include "bpfilter.h"
#include "opt_inet.h"
@ -1794,7 +1794,7 @@ sca_frame_print(sca_port_t *scp, sca_desc_t *desc, u_int8_t *p)
#endif
/*
* adjust things becuase we have just read the current starting
* adjust things because we have just read the current starting
* frame
*
* must be called at splnet()

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ti.c,v 1.57 2003/02/09 21:43:43 mjacob Exp $ */
/* $NetBSD: if_ti.c,v 1.58 2004/02/24 15:05:55 wiz Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@ -81,7 +81,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.57 2003/02/09 21:43:43 mjacob Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.58 2004/02/24 15:05:55 wiz Exp $");
#include "bpfilter.h"
#include "opt_inet.h"
@ -1885,7 +1885,7 @@ static void ti_attach(parent, self, aux)
/*
* Copper cards allow manual 10/100 mode selection,
* but not manual 1000baseT mode selection. Why?
* Becuase currently there's no way to specify the
* Because currently there's no way to specify the
* master/slave setting through the firmware interface,
* so Alteon decided to just bag it and handle it
* via autonegotiation.

View File

@ -1,4 +1,4 @@
/* $NetBSD: adlookup.c,v 1.3 2003/06/29 22:31:07 fvdl Exp $ */
/* $NetBSD: adlookup.c,v 1.4 2004/02/24 15:05:55 wiz Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adlookup.c,v 1.3 2003/06/29 22:31:07 fvdl Exp $");
__KERNEL_RCSID(0, "$NetBSD: adlookup.c,v 1.4 2004/02/24 15:05:55 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -136,7 +136,7 @@ adosfs_lookup(v)
* cannot get `..' while `vdp' is locked
* e.g. procA holds lock on `..' and waits for `vdp'
* we wait for `..' and hold lock on `vdp'. deadlock.
* becuase `vdp' may have been acheived through symlink
* because `vdp' may have been acheived through symlink
* fancy detection code that decreases the race
* window size is not reasonably possible.
*