Source-Changes-HG archive

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

[src/trunk]: src/sys Spell 'should' correctly.



details:   https://anonhg.NetBSD.org/src/rev/4a9f36a2d52c
branches:  trunk
changeset: 534147:4a9f36a2d52c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 18 11:59:06 2002 +0000

description:
Spell 'should' correctly.

diffstat:

 sys/altq/altq_cbq.h               |  4 ++--
 sys/arch/sparc64/dev/com_ebus.c   |  4 ++--
 sys/arch/sparc64/dev/lpt_ebus.c   |  4 ++--
 sys/arch/sparc64/sparc64/locore.s |  4 ++--
 sys/dev/ic/esiop.c                |  6 +++---
 sys/dev/ic/siop.c                 |  6 +++---
 sys/dev/ic/siop_common.c          |  6 +++---
 sys/netinet6/ipsec.c              |  6 +++---
 8 files changed, 20 insertions(+), 20 deletions(-)

diffs (180 lines):

diff -r 97053587a7dc -r 4a9f36a2d52c sys/altq/altq_cbq.h
--- a/sys/altq/altq_cbq.h       Thu Jul 18 10:41:17 2002 +0000
+++ b/sys/altq/altq_cbq.h       Thu Jul 18 11:59:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: altq_cbq.h,v 1.3 2001/06/05 05:12:18 thorpej Exp $     */
+/*     $NetBSD: altq_cbq.h,v 1.4 2002/07/18 11:59:06 wiz Exp $ */
 /*     $KAME: altq_cbq.h,v 1.5 2000/12/02 13:44:40 kjc Exp $   */
 
 /*
@@ -81,7 +81,7 @@
        int             flags;
 } cbq_class_spec_t;
 
-/* class flags shoud be same as class flags in rm_class.h */
+/* class flags should be same as class flags in rm_class.h */
 #define        CBQCLF_RED              0x0001  /* use RED */
 #define        CBQCLF_ECN              0x0002  /* use RED/ECN */
 #define        CBQCLF_RIO              0x0004  /* use RIO */
diff -r 97053587a7dc -r 4a9f36a2d52c sys/arch/sparc64/dev/com_ebus.c
--- a/sys/arch/sparc64/dev/com_ebus.c   Thu Jul 18 10:41:17 2002 +0000
+++ b/sys/arch/sparc64/dev/com_ebus.c   Thu Jul 18 11:59:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: com_ebus.c,v 1.12 2002/03/20 18:54:46 eeh Exp $        */
+/*     $NetBSD: com_ebus.c,v 1.13 2002/07/18 11:59:07 wiz Exp $        */
 
 /*
  * Copyright (c) 1999, 2000 Matthew R. Green
@@ -117,7 +117,7 @@
        sc->sc_iot = ea->ea_bustag;
        sc->sc_iobase = EBUS_ADDR_FROM_REG(&ea->ea_reg[0]);
        /*
-        * Addresses that shoud be supplied by the prom:
+        * Addresses that should be supplied by the prom:
         *      - normal com registers
         *      - ns873xx configuration registers
         *      - DMA space
diff -r 97053587a7dc -r 4a9f36a2d52c sys/arch/sparc64/dev/lpt_ebus.c
--- a/sys/arch/sparc64/dev/lpt_ebus.c   Thu Jul 18 10:41:17 2002 +0000
+++ b/sys/arch/sparc64/dev/lpt_ebus.c   Thu Jul 18 11:59:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lpt_ebus.c,v 1.12 2002/03/21 01:17:08 eeh Exp $        */
+/*     $NetBSD: lpt_ebus.c,v 1.13 2002/07/18 11:59:07 wiz Exp $        */
 
 /*
  * Copyright (c) 1999, 2000 Matthew R. Green
@@ -79,7 +79,7 @@
 
        sc->sc_iot = ea->ea_bustag;
        /*
-        * Addresses that shoud be supplied by the prom:
+        * Addresses that should be supplied by the prom:
         *      - normal lpt registers
         *      - ns873xx configuration registers
         *      - DMA space
diff -r 97053587a7dc -r 4a9f36a2d52c sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Thu Jul 18 10:41:17 2002 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Thu Jul 18 11:59:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.157 2002/06/07 19:29:38 eeh Exp $ */
+/*     $NetBSD: locore.s,v 1.158 2002/07/18 11:59:07 wiz Exp $ */
 
 /*
  * Copyright (c) 1996-2002 Eduardo Horvath
@@ -4886,7 +4886,7 @@
        rdpr    %canrestore, %g5                ! DEBUG
        tst     %g5                             ! DEBUG
        tnz     %icc, 1; nop                    ! DEBUG
-!      mov     %g0, %g5                        ! There shoud be *NO* %canrestore
+!      mov     %g0, %g5                        ! There should be *NO* %canrestore
        add     %g7, %g5, %g7                   ! DEBUG
 #endif
        wrpr    %g0, %g7, %canrestore
diff -r 97053587a7dc -r 4a9f36a2d52c sys/dev/ic/esiop.c
--- a/sys/dev/ic/esiop.c        Thu Jul 18 10:41:17 2002 +0000
+++ b/sys/dev/ic/esiop.c        Thu Jul 18 11:59:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esiop.c,v 1.16 2002/05/18 16:09:43 bouyer Exp $        */
+/*     $NetBSD: esiop.c,v 1.17 2002/07/18 11:59:08 wiz Exp $   */
 
 /*
  * Copyright (c) 2002 Manuel Bouyer.
@@ -33,7 +33,7 @@
 /* SYM53c7/8xx PCI-SCSI I/O Processors driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.16 2002/05/18 16:09:43 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.17 2002/07/18 11:59:08 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -825,7 +825,7 @@
                                if (esiop_cmd->cmd_tables->msg_out[0] & 0x80) {
                                        /*
                                         * message was part of a identify +
-                                        * something else. Identify shoudl't
+                                        * something else. Identify shouldn't
                                         * have been rejected.
                                         */
                                        msg =
diff -r 97053587a7dc -r 4a9f36a2d52c sys/dev/ic/siop.c
--- a/sys/dev/ic/siop.c Thu Jul 18 10:41:17 2002 +0000
+++ b/sys/dev/ic/siop.c Thu Jul 18 11:59:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop.c,v 1.62 2002/05/18 16:09:44 bouyer Exp $ */
+/*     $NetBSD: siop.c,v 1.63 2002/07/18 11:59:08 wiz Exp $    */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -33,7 +33,7 @@
 /* SYM53c7/8xx PCI-SCSI I/O Processors driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.62 2002/05/18 16:09:44 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.63 2002/07/18 11:59:08 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -699,7 +699,7 @@
                                if (siop_cmd->cmd_tables->msg_out[0] & 0x80) {
                                        /*
                                         * message was part of a identify +
-                                        * something else. Identify shoudl't
+                                        * something else. Identify shouldn't
                                         * have been rejected.
                                         */
                                        msg =
diff -r 97053587a7dc -r 4a9f36a2d52c sys/dev/ic/siop_common.c
--- a/sys/dev/ic/siop_common.c  Thu Jul 18 10:41:17 2002 +0000
+++ b/sys/dev/ic/siop_common.c  Thu Jul 18 11:59:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop_common.c,v 1.28 2002/05/05 15:23:22 bouyer Exp $  */
+/*     $NetBSD: siop_common.c,v 1.29 2002/07/18 11:59:09 wiz Exp $     */
 
 /*
  * Copyright (c) 2000, 2002 Manuel Bouyer.
@@ -33,7 +33,7 @@
 /* SYM53c7/8xx PCI-SCSI I/O Processors driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.28 2002/05/05 15:23:22 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.29 2002/07/18 11:59:09 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -343,7 +343,7 @@
                /* FALLTHROUH */
                default:
                        /*
-                        * hum, we got more than what we can handle, shoudn't
+                        * hum, we got more than what we can handle, shouldn't
                         * happen. Reject, and stay async
                         */
                        siop_target->flags &= ~TARF_ISWIDE;
diff -r 97053587a7dc -r 4a9f36a2d52c sys/netinet6/ipsec.c
--- a/sys/netinet6/ipsec.c      Thu Jul 18 10:41:17 2002 +0000
+++ b/sys/netinet6/ipsec.c      Thu Jul 18 11:59:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipsec.c,v 1.62 2002/06/27 12:12:49 itojun Exp $        */
+/*     $NetBSD: ipsec.c,v 1.63 2002/07/18 11:59:10 wiz Exp $   */
 /*     $KAME: ipsec.c,v 1.136 2002/05/19 00:36:39 itojun Exp $ */
 
 /*
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipsec.c,v 1.62 2002/06/27 12:12:49 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipsec.c,v 1.63 2002/07/18 11:59:10 wiz Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -1955,7 +1955,7 @@
 
        /* sanity check */
        if (m == NULL)
-               return 0;       /* XXX shoud be panic ? */
+               return 0;       /* XXX should be panic ? */
        if (in6p != NULL && in6p->in6p_socket == NULL)
                panic("ipsec6_hdrsize: why is socket NULL but there is PCB.");
 



Home | Main Index | Thread Index | Old Index