Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/f201ba35f469
branches:  trunk
changeset: 847514:f201ba35f469
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Dec 26 04:44:10 2019 +0000

description:
Fix typo in comment.

diffstat:

 sys/netinet/sctp_output.c |  6 +++---
 sys/netinet/sctp_pcb.c    |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (55 lines):

diff -r 219d91f3910e -r f201ba35f469 sys/netinet/sctp_output.c
--- a/sys/netinet/sctp_output.c Thu Dec 26 03:55:00 2019 +0000
+++ b/sys/netinet/sctp_output.c Thu Dec 26 04:44:10 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sctp_output.c,v 1.20 2019/12/03 03:25:28 msaitoh Exp $ */
+/*     $NetBSD: sctp_output.c,v 1.21 2019/12/26 04:44:10 msaitoh Exp $ */
 /*     $KAME: sctp_output.c,v 1.48 2005/06/16 18:29:24 jinmei Exp $    */
 
 /*
@@ -30,7 +30,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_output.c,v 1.20 2019/12/03 03:25:28 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_output.c,v 1.21 2019/12/26 04:44:10 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ipsec.h"
@@ -1761,7 +1761,7 @@
                        /* by definition the scope (from to->sin6_scopeid)
                         * must match that of the interface. If not then
                         * we could pick a wrong scope for the address.
-                        * Ususally we don't hit plan-b since the route
+                        * Usually we don't hit plan-b since the route
                         * handles this. However we can hit plan-b when
                         * we send to local-host so the route is the
                         * loopback interface, but the destination is a
diff -r 219d91f3910e -r f201ba35f469 sys/netinet/sctp_pcb.c
--- a/sys/netinet/sctp_pcb.c    Thu Dec 26 03:55:00 2019 +0000
+++ b/sys/netinet/sctp_pcb.c    Thu Dec 26 04:44:10 2019 +0000
@@ -1,5 +1,5 @@
 /* $KAME: sctp_pcb.c,v 1.39 2005/06/16 18:29:25 jinmei Exp $ */
-/* $NetBSD: sctp_pcb.c,v 1.18 2018/12/11 14:38:45 christos Exp $ */
+/* $NetBSD: sctp_pcb.c,v 1.19 2019/12/26 04:44:10 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Cisco Systems, Inc.
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_pcb.c,v 1.18 2018/12/11 14:38:45 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_pcb.c,v 1.19 2019/12/26 04:44:10 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -212,7 +212,7 @@
  * Notes on locks for FreeBSD 5 and up. All association
  * lookups that have a definte ep, the INP structure is
  * assumed to be locked for reading. If we need to go
- * find the INP (ususally when a **inp is passed) then
+ * find the INP (usually when a **inp is passed) then
  * we must lock the INFO structure first and if needed
  * lock the INP too. Note that if we lock it we must
  *



Home | Main Index | Thread Index | Old Index