Source-Changes-HG archive

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

[src/trunk]: src s/opration/operation/



details:   https://anonhg.NetBSD.org/src/rev/acc02f3cdbc5
branches:  trunk
changeset: 466593:acc02f3cdbc5
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Dec 27 07:41:22 2019 +0000

description:
s/opration/operation/

diffstat:

 games/quiz/datfiles/ucc         |  2 +-
 sbin/restore/restore.h          |  4 ++--
 sys/arch/m68k/fpe/fpu_emulate.c |  6 +++---
 sys/dev/marvell/mvxpsec.c       |  4 ++--
 sys/dev/pci/if_vge.c            |  6 +++---
 5 files changed, 11 insertions(+), 11 deletions(-)

diffs (102 lines):

diff -r 7f5c7adfbd88 -r acc02f3cdbc5 games/quiz/datfiles/ucc
--- a/games/quiz/datfiles/ucc   Fri Dec 27 07:02:26 2019 +0000
+++ b/games/quiz/datfiles/ucc   Fri Dec 27 07:41:22 2019 +0000
@@ -117,7 +117,7 @@
 9-305:when possession by secured party perfects security interest without filing
 9-306:proceeds; secured party's rights on disposition of collateral
 9-307:protection of buyers of goods
-9-310:periority of certain liens arising by opration of law (mechanic's liens)
+9-310:periority of certain liens arising by operation of law (mechanic's liens)
 9-311:alienability of debtor's rights; judicial process
 9-312:priorities among conflicting security interests in the same collateral
 9-405:assignment of security interest
diff -r 7f5c7adfbd88 -r acc02f3cdbc5 sbin/restore/restore.h
--- a/sbin/restore/restore.h    Fri Dec 27 07:02:26 2019 +0000
+++ b/sbin/restore/restore.h    Fri Dec 27 07:41:22 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: restore.h,v 1.20 2011/08/06 20:46:42 dholland Exp $    */
+/*     $NetBSD: restore.h,v 1.21 2019/12/27 07:41:23 msaitoh Exp $     */
 
 /*
  * Copyright (c) 1983, 1993
@@ -61,7 +61,7 @@
 extern int32_t ntrec;          /* number of TP_BSIZE records per tape block */
 extern time_t  dumptime;       /* time that this dump begins */
 extern time_t  dumpdate;       /* time that this dump was made */
-extern char    command;        /* opration being performed */
+extern char    command;        /* operation being performed */
 extern size_t  pagesize;       /* system page size */
 extern FILE    *terminal;      /* file descriptor for the terminal input */
 extern const char *tmpdir;     /* where to store temporary files */
diff -r 7f5c7adfbd88 -r acc02f3cdbc5 sys/arch/m68k/fpe/fpu_emulate.c
--- a/sys/arch/m68k/fpe/fpu_emulate.c   Fri Dec 27 07:02:26 2019 +0000
+++ b/sys/arch/m68k/fpe/fpu_emulate.c   Fri Dec 27 07:41:22 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu_emulate.c,v 1.39 2019/04/06 03:06:26 thorpej Exp $ */
+/*     $NetBSD: fpu_emulate.c,v 1.40 2019/12/27 07:41:23 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1995 Gordon W. Ross
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_emulate.c,v 1.39 2019/04/06 03:06:26 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_emulate.c,v 1.40 2019/12/27 07:41:23 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -548,7 +548,7 @@
 }
 
 /*
- * arithmetic oprations
+ * arithmetic operations
  */
 static int
 fpu_emul_arith(struct fpemu *fe, struct instruction *insn)
diff -r 7f5c7adfbd88 -r acc02f3cdbc5 sys/dev/marvell/mvxpsec.c
--- a/sys/dev/marvell/mvxpsec.c Fri Dec 27 07:02:26 2019 +0000
+++ b/sys/dev/marvell/mvxpsec.c Fri Dec 27 07:41:22 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mvxpsec.c,v 1.3 2019/10/15 00:13:53 chs Exp $  */
+/*     $NetBSD: mvxpsec.c,v 1.4 2019/12/27 07:41:23 msaitoh Exp $      */
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
  * All rights reserved.
@@ -207,7 +207,7 @@
 INLINE void mvxpsec_drop(struct mvxpsec_softc *, struct cryptop *, struct mvxpsec_packet *, int);
 STATIC int mvxpsec_dispatch_queue(struct mvxpsec_softc *);
 
-/* opencrypto opration */
+/* opencrypto operation */
 INLINE int mvxpsec_parse_crd(struct mvxpsec_packet *, struct cryptodesc *);
 INLINE int mvxpsec_parse_crp(struct mvxpsec_packet *);
 
diff -r 7f5c7adfbd88 -r acc02f3cdbc5 sys/dev/pci/if_vge.c
--- a/sys/dev/pci/if_vge.c      Fri Dec 27 07:02:26 2019 +0000
+++ b/sys/dev/pci/if_vge.c      Fri Dec 27 07:41:22 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_vge.c,v 1.77 2019/11/21 02:59:43 msaitoh Exp $ */
+/* $NetBSD: if_vge.c,v 1.78 2019/12/27 07:41:23 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2004
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_vge.c,v 1.77 2019/11/21 02:59:43 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_vge.c,v 1.78 2019/12/27 07:41:23 msaitoh Exp $");
 
 /*
  * VIA Networking Technologies VT612x PCI gigabit ethernet NIC driver.
@@ -1116,7 +1116,7 @@
 
        /*
         * Note: the manual fails to document the fact that for
-        * proper opration, the driver needs to replentish the RX
+        * proper operation, the driver needs to replentish the RX
         * DMA ring 4 descriptors at a time (rather than one at a
         * time, like most chips). We can allocate the new buffers
         * but we should not set the OWN bits until we're ready



Home | Main Index | Thread Index | Old Index