Module Name:    src
Committed By:   msaitoh
Date:           Fri Dec 27 07:41:23 UTC 2019

Modified Files:
        src/games/quiz/datfiles: ucc
        src/sbin/restore: restore.h
        src/sys/arch/m68k/fpe: fpu_emulate.c
        src/sys/dev/marvell: mvxpsec.c
        src/sys/dev/pci: if_vge.c

Log Message:
s/opration/operation/


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/games/quiz/datfiles/ucc
cvs rdiff -u -r1.20 -r1.21 src/sbin/restore/restore.h
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/m68k/fpe/fpu_emulate.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/marvell/mvxpsec.c
cvs rdiff -u -r1.77 -r1.78 src/sys/dev/pci/if_vge.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/quiz/datfiles/ucc
diff -u src/games/quiz/datfiles/ucc:1.1 src/games/quiz/datfiles/ucc:1.2
--- src/games/quiz/datfiles/ucc:1.1	Sun Apr  4 10:50:51 1993
+++ src/games/quiz/datfiles/ucc	Fri Dec 27 07:41:22 2019
@@ -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

Index: src/sbin/restore/restore.h
diff -u src/sbin/restore/restore.h:1.20 src/sbin/restore/restore.h:1.21
--- src/sbin/restore/restore.h:1.20	Sat Aug  6 20:46:42 2011
+++ src/sbin/restore/restore.h	Fri Dec 27 07:41:23 2019
@@ -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	volno;		/* current volume
 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 */

Index: src/sys/arch/m68k/fpe/fpu_emulate.c
diff -u src/sys/arch/m68k/fpe/fpu_emulate.c:1.39 src/sys/arch/m68k/fpe/fpu_emulate.c:1.40
--- src/sys/arch/m68k/fpe/fpu_emulate.c:1.39	Sat Apr  6 03:06:26 2019
+++ src/sys/arch/m68k/fpe/fpu_emulate.c	Fri Dec 27 07:41:23 2019
@@ -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 @@ fpu_cmp(struct fpemu *fe)
 }
 
 /*
- * arithmetic oprations
+ * arithmetic operations
  */
 static int
 fpu_emul_arith(struct fpemu *fe, struct instruction *insn)

Index: src/sys/dev/marvell/mvxpsec.c
diff -u src/sys/dev/marvell/mvxpsec.c:1.3 src/sys/dev/marvell/mvxpsec.c:1.4
--- src/sys/dev/marvell/mvxpsec.c:1.3	Tue Oct 15 00:13:53 2019
+++ src/sys/dev/marvell/mvxpsec.c	Fri Dec 27 07:41:23 2019
@@ -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 @@ STATIC int mvxpsec_header_finalize(struc
 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 *);
 

Index: src/sys/dev/pci/if_vge.c
diff -u src/sys/dev/pci/if_vge.c:1.77 src/sys/dev/pci/if_vge.c:1.78
--- src/sys/dev/pci/if_vge.c:1.77	Thu Nov 21 02:59:43 2019
+++ src/sys/dev/pci/if_vge.c	Fri Dec 27 07:41:23 2019
@@ -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 @@ vge_newbuf(struct vge_softc *sc, int idx
 
 	/*
 	 * 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

Reply via email to