Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Spell '[Rr]ight' correctly. From Jim Bernard.



details:   https://anonhg.NetBSD.org/src/rev/a21f20fb3b11
branches:  trunk
changeset: 534455:a21f20fb3b11
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jul 26 14:11:34 2002 +0000

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

diffstat:

 sys/dev/microcode/siop/siop.ss    |  4 ++--
 sys/dev/pci/pciide.c              |  6 +++---
 sys/dev/pci/pciide_pdc202xx_reg.h |  4 ++--
 sys/dev/scsipi/scsipi_base.c      |  6 +++---
 sys/net/if.c                      |  6 +++---
 sys/ufs/ext2fs/ext2fs_lookup.c    |  6 +++---
 6 files changed, 16 insertions(+), 16 deletions(-)

diffs (144 lines):

diff -r 17d42e65b6aa -r a21f20fb3b11 sys/dev/microcode/siop/siop.ss
--- a/sys/dev/microcode/siop/siop.ss    Fri Jul 26 14:10:22 2002 +0000
+++ b/sys/dev/microcode/siop/siop.ss    Fri Jul 26 14:11:34 2002 +0000
@@ -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 @@
        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 -r 17d42e65b6aa -r a21f20fb3b11 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Fri Jul 26 14:10:22 2002 +0000
+++ b/sys/dev/pci/pciide.c      Fri Jul 26 14:11:34 2002 +0000
@@ -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 @@
        /*
         * 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 -r 17d42e65b6aa -r a21f20fb3b11 sys/dev/pci/pciide_pdc202xx_reg.h
--- a/sys/dev/pci/pciide_pdc202xx_reg.h Fri Jul 26 14:10:22 2002 +0000
+++ b/sys/dev/pci/pciide_pdc202xx_reg.h Fri Jul 26 14:11:34 2002 +0000
@@ -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 -r 17d42e65b6aa -r a21f20fb3b11 sys/dev/scsipi/scsipi_base.c
--- a/sys/dev/scsipi/scsipi_base.c      Fri Jul 26 14:10:22 2002 +0000
+++ b/sys/dev/scsipi/scsipi_base.c      Fri Jul 26 14:11:34 2002 +0000
@@ -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 @@
        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;
diff -r 17d42e65b6aa -r a21f20fb3b11 sys/net/if.c
--- a/sys/net/if.c      Fri Jul 26 14:10:22 2002 +0000
+++ b/sys/net/if.c      Fri Jul 26 14:11:34 2002 +0000
@@ -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 @@
                        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;
                        }
                }
diff -r 17d42e65b6aa -r a21f20fb3b11 sys/ufs/ext2fs/ext2fs_lookup.c
--- a/sys/ufs/ext2fs/ext2fs_lookup.c    Fri Jul 26 14:10:22 2002 +0000
+++ b/sys/ufs/ext2fs/ext2fs_lookup.c    Fri Jul 26 14:11:34 2002 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index