Source-Changes-HG archive

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

[.joined/src/trunk]: .joined/src/sys/netipsec fix few more typos in comments.



details:   https://anonhg.NetBSD.org/.joined/src/rev/c7eee2b06014
branches:  trunk
changeset: 359409:c7eee2b06014
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Jan 02 20:28:53 2022 +0000

description:
fix few more typos in comments.

diffstat:

 sys/arch/x86/x86/pmap.c |  8 ++++----
 sys/netipsec/key.c      |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 8c87abf73313 -r c7eee2b06014 sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c   Sun Jan 02 20:09:03 2022 +0000
+++ b/sys/arch/x86/x86/pmap.c   Sun Jan 02 20:28:53 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.412 2021/10/07 12:52:27 msaitoh Exp $       */
+/*     $NetBSD: pmap.c,v 1.413 2022/01/02 20:28:53 andvar Exp $        */
 
 /*
  * Copyright (c) 2008, 2010, 2016, 2017, 2019, 2020 The NetBSD Foundation, Inc.
@@ -130,7 +130,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.412 2021/10/07 12:52:27 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.413 2022/01/02 20:28:53 andvar Exp $");
 
 #include "opt_user_ldt.h"
 #include "opt_lockdebug.h"
@@ -4488,7 +4488,7 @@
                if (pmap_sync_pv(pvpte, pa, 0, &oattrs, NULL)) {
                        /*
                         * raced with a V->P operation.  wait for the other
-                        * side to finish by acquring pmap's lock.  if no
+                        * side to finish by acquiring pmap's lock.  if no
                         * wait, updates to pp_attrs by the other side may
                         * go unseen.
                         */
@@ -4528,7 +4528,7 @@
                if (pmap_sync_pv(pvpte, pa, clearbits, &oattrs, NULL)) {
                        /*
                         * raced with a V->P operation.  wait for the other
-                        * side to finish by acquring pmap's lock.  it is
+                        * side to finish by acquiring pmap's lock.  it is
                         * probably unmapping the page, and it will be gone
                         * when the loop is restarted.
                         */
diff -r 8c87abf73313 -r c7eee2b06014 sys/netipsec/key.c
--- a/sys/netipsec/key.c        Sun Jan 02 20:09:03 2022 +0000
+++ b/sys/netipsec/key.c        Sun Jan 02 20:28:53 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: key.c,v 1.272 2021/12/03 13:27:39 andvar Exp $ */
+/*     $NetBSD: key.c,v 1.273 2022/01/02 20:28:53 andvar Exp $ */
 /*     $FreeBSD: key.c,v 1.3.2.3 2004/02/14 22:23:23 bms Exp $ */
 /*     $KAME: key.c,v 1.191 2001/06/27 10:46:49 sakane Exp $   */
 
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: key.c,v 1.272 2021/12/03 13:27:39 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: key.c,v 1.273 2022/01/02 20:28:53 andvar Exp $");
 
 /*
  * This code is referred to RFC 2367
@@ -6751,7 +6751,7 @@
 
 #ifndef IPSEC_NONBLOCK_ACQUIRE
        /*
-        * We never do anything about acquirng SA.  There is anather
+        * We never do anything about acquiring SA.  There is another
         * solution that kernel blocks to send SADB_ACQUIRE message until
         * getting something message from IKEd.  In later case, to be
         * managed with ACQUIRING list.



Home | Main Index | Thread Index | Old Index