Spell '[Rr]ight' correctly. From Jim Bernard.

This commit is contained in:
wiz 2002-07-26 14:11:34 +00:00
parent b02ee1f0b7
commit 645df36eff
6 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
; $NetBSD: siop.ss,v 1.16 2002/07/26 01:00:44 wiz Exp $
; $NetBSD: siop.ss,v 1.17 2002/07/26 14:11:34 wiz Exp $
;
; Copyright (c) 2000 Manuel Bouyer.
@ -215,7 +215,7 @@ led_on2:
NOP;
MOVE SSID & 0x8f to SFBR
MOVE SFBR to SCRATCHA0 ; save reselect ID
; find the rigth param for this target
; find the right param for this target
resel_targ0:
JUMP abs_targ0, IF 0xff;
JUMP abs_targ0, IF 0xff;

View File

@ -1,4 +1,4 @@
/* $NetBSD: pciide.c,v 1.161 2002/07/26 10:23:30 onoe Exp $ */
/* $NetBSD: pciide.c,v 1.162 2002/07/26 14:11:35 wiz Exp $ */
/*
@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.161 2002/07/26 10:23:30 onoe Exp $");
__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.162 2002/07/26 14:11:35 wiz Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@ -838,7 +838,7 @@ pciide_mapregs_native(pa, cp, cmdsizep, ctlsizep, pci_intr)
/*
* In native mode, 4 bytes of I/O space are mapped for the control
* register, the control register is at offset 2. Pass the generic
* code a handle for only one byte at the rigth offset.
* code a handle for only one byte at the right offset.
*/
if (bus_space_subregion(wdc_cp->ctl_iot, cp->ctl_baseioh, 2, 1,
&wdc_cp->ctl_ioh) != 0) {

View File

@ -1,4 +1,4 @@
/* $NetBSD: pciide_pdc202xx_reg.h,v 1.7 2002/04/23 20:41:18 bouyer Exp $ */
/* $NetBSD: pciide_pdc202xx_reg.h,v 1.8 2002/07/26 14:11:35 wiz Exp $ */
/*
* Copyright (c) 1999 Manuel Bouyer.
@ -102,7 +102,7 @@
/*
* The timings provided here cmoes from the PDC20262 docs. I hope they are
* rigth for the PDC20246 too ...
* right for the PDC20246 too ...
*/
static const int8_t pdc2xx_pa[] __attribute__((__unused__)) =

View File

@ -1,4 +1,4 @@
/* $NetBSD: scsipi_base.c,v 1.77 2002/06/05 00:15:33 mjacob Exp $ */
/* $NetBSD: scsipi_base.c,v 1.78 2002/07/26 14:11:34 wiz Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: scsipi_base.c,v 1.77 2002/06/05 00:15:33 mjacob Exp $");
__KERNEL_RCSID(0, "$NetBSD: scsipi_base.c,v 1.78 2002/07/26 14:11:34 wiz Exp $");
#include "opt_scsi.h"
@ -1689,7 +1689,7 @@ scsipi_request_sense(xs)
case EIO:
/* request sense coudn't be performed */
/*
* XXX this isn't quite rigth but we don't have anything
* XXX this isn't quite right but we don't have anything
* better for now
*/
xs->error = XS_DRIVER_STUFFUP;

View File

@ -1,4 +1,4 @@
/* $NetBSD: if.c,v 1.111 2002/06/13 05:12:12 itojun Exp $ */
/* $NetBSD: if.c,v 1.112 2002/07/26 14:11:35 wiz Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@ -101,7 +101,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.111 2002/06/13 05:12:12 itojun Exp $");
__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.112 2002/07/26 14:11:35 wiz Exp $");
#include "opt_inet.h"
@ -986,7 +986,7 @@ ifa_ifwithnet(addr)
if (sat2->sat_addr.s_net == sat->sat_addr.s_net)
return (ifa); /* exact match */
if (ifa_maybe == NULL) {
/* else keep the if with the rigth range */
/* else keep the if with the right range */
ifa_maybe = ifa;
}
}

View File

@ -1,4 +1,4 @@
/* $NetBSD: ext2fs_lookup.c,v 1.19 2002/05/30 18:54:55 thorpej Exp $ */
/* $NetBSD: ext2fs_lookup.c,v 1.20 2002/07/26 14:11:36 wiz Exp $ */
/*
* Modified for NetBSD 1.2E
@ -52,7 +52,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ext2fs_lookup.c,v 1.19 2002/05/30 18:54:55 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: ext2fs_lookup.c,v 1.20 2002/07/26 14:11:36 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -102,7 +102,7 @@ ext2fs_dirconv2ffs( e2dir, ffsdir)
ffsdir->d_type = DT_UNKNOWN; /* don't know more here */
#ifdef DIAGNOSTIC
/*
* XXX Rigth now this can't happen, but if one day
* XXX Right now this can't happen, but if one day
* MAXNAMLEN != E2FS_MAXNAMLEN we should handle this more gracefully !
*/
#if 0