Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/tc s/funtion/function/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/de167a024162
branches:  trunk
changeset: 1026668:de167a024162
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 02:59:50 2021 +0000

description:
s/funtion/function/ in comment.

diffstat:

 crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c |  4 ++--
 sys/arch/mips/mips/fp.S                           |  4 ++--
 sys/arch/xen/xen/hypervisor.c                     |  6 +++---
 sys/dev/tc/tcdsreg.h                              |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r dc662388b38b -r de167a024162 crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
--- a/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Sun Dec 05 02:56:55 2021 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Sun Dec 05 02:59:50 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isakmp_xauth.c,v 1.33 2020/11/25 18:11:00 bouyer Exp $ */
+/*     $NetBSD: isakmp_xauth.c,v 1.34 2021/12/05 02:59:50 msaitoh Exp $        */
 
 /* Id: isakmp_xauth.c,v 1.38 2006/08/22 18:17:17 manubsd Exp */
 
@@ -1458,7 +1458,7 @@
                        return res;
                }
 
-               /* call appropriate group validation funtion */
+               /* call appropriate group validation function */
 
                switch (isakmp_cfg_config.groupsource) {
 
diff -r dc662388b38b -r de167a024162 sys/arch/mips/mips/fp.S
--- a/sys/arch/mips/mips/fp.S   Sun Dec 05 02:56:55 2021 +0000
+++ b/sys/arch/mips/mips/fp.S   Sun Dec 05 02:59:50 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fp.S,v 1.58 2021/05/29 12:35:27 simonb Exp $   */
+/*     $NetBSD: fp.S,v 1.59 2021/12/05 02:59:50 msaitoh Exp $  */
 
 /*
  * Copyright (c) 1992, 1993
@@ -256,7 +256,7 @@
 #define        cvt_s_pu        ill
 
 /*
- * Paired Single funtions
+ * Paired Single functions
  */
 #define        addr_ps         ill
 #define        abs_ps          ill
diff -r dc662388b38b -r de167a024162 sys/arch/xen/xen/hypervisor.c
--- a/sys/arch/xen/xen/hypervisor.c     Sun Dec 05 02:56:55 2021 +0000
+++ b/sys/arch/xen/xen/hypervisor.c     Sun Dec 05 02:59:50 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hypervisor.c,v 1.92 2021/08/07 16:19:08 thorpej Exp $ */
+/* $NetBSD: hypervisor.c,v 1.93 2021/12/05 02:59:50 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2005 Manuel Bouyer.
@@ -53,7 +53,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hypervisor.c,v 1.92 2021/08/07 16:19:08 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hypervisor.c,v 1.93 2021/12/05 02:59:50 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -441,7 +441,7 @@
        /*
         * PR port-amd64/55543
         * workround for amazon's Xen 4.2: it looks like the Xen clock is not
-        * fully funtionnal here. This version also doesn't support
+        * fully functional here. This version also doesn't support
         * HVM_PARAM_CONSOLE_PFN. 
         */
        if (xencons_interface != 0) {
diff -r dc662388b38b -r de167a024162 sys/dev/tc/tcdsreg.h
--- a/sys/dev/tc/tcdsreg.h      Sun Dec 05 02:56:55 2021 +0000
+++ b/sys/dev/tc/tcdsreg.h      Sun Dec 05 02:59:50 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tcdsreg.h,v 1.8 2021/11/06 06:52:48 msaitoh Exp $ */
+/* $NetBSD: tcdsreg.h,v 1.9 2021/12/05 02:59:50 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -137,7 +137,7 @@
  * Start of MACH #defines, minimal changes to port to NetBSD.
  *
  * The following register is the SCSI control interrupt register.  It
- * starts, stops and resets scsi DMA.  It takes over the SCSI funtions
+ * starts, stops and resets scsi DMA.  It takes over the SCSI functions
  * that were handled by the ASIC on the 3min.
  */
 #define KN15AA_SYS_SCSI                0x1d0000000



Home | Main Index | Thread Index | Old Index