summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-07-26 14:11:34 +0000
committerwiz <wiz@NetBSD.org>2002-07-26 14:11:34 +0000
commit645df36efff1cf24c46261fc5071d51ac28f06da (patch)
tree8721bcc1289e6b3b040839a5e83c7d4d993c5011 /sys/dev
parentb02ee1f0b7eae254ff77675478bb932f845e6e72 (diff)
Spell '[Rr]ight' correctly. From Jim Bernard.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/microcode/siop/siop.ss4
-rw-r--r--sys/dev/pci/pciide.c6
-rw-r--r--sys/dev/pci/pciide_pdc202xx_reg.h4
-rw-r--r--sys/dev/scsipi/scsipi_base.c6
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/microcode/siop/siop.ss b/sys/dev/microcode/siop/siop.ss
index 4c29f771ba4..4c9f5810eda 100644
--- a/sys/dev/microcode/siop/siop.ss
+++ b/sys/dev/microcode/siop/siop.ss
@@ -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;
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index be4640be46c..10a40fac270 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -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) {
diff --git a/sys/dev/pci/pciide_pdc202xx_reg.h b/sys/dev/pci/pciide_pdc202xx_reg.h
index 836aff969c2..c006ee94686 100644
--- a/sys/dev/pci/pciide_pdc202xx_reg.h
+++ b/sys/dev/pci/pciide_pdc202xx_reg.h
@@ -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__)) =
diff --git a/sys/dev/scsipi/scsipi_base.c b/sys/dev/scsipi/scsipi_base.c
index f641d4975ff..5a45d5f8a92 100644
--- a/sys/dev/scsipi/scsipi_base.c
+++ b/sys/dev/scsipi/scsipi_base.c
@@ -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;