Source-Changes-HG archive

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

[src/trunk]: src s/upate/update/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/244ccc3ce7c8
branches:  trunk
changeset: 846859:244ccc3ce7c8
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Dec 03 03:25:28 2019 +0000

description:
s/upate/update/ in comment.

diffstat:

 sys/netinet/sctp_output.c |  10 +++++-----
 usr.sbin/rtadvd/timer.c   |   4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r ba46da7d4371 -r 244ccc3ce7c8 sys/netinet/sctp_output.c
--- a/sys/netinet/sctp_output.c Tue Dec 03 02:10:26 2019 +0000
+++ b/sys/netinet/sctp_output.c Tue Dec 03 03:25:28 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sctp_output.c,v 1.19 2019/11/13 02:51:22 ozaki-r Exp $ */
+/*     $NetBSD: sctp_output.c,v 1.20 2019/12/03 03:25:28 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.19 2019/11/13 02:51:22 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_output.c,v 1.20 2019/12/03 03:25:28 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ipsec.h"
@@ -5780,7 +5780,7 @@
                                                }
                                                return (ENOMEM);
                                        }
-                                       /* upate our MTU size */
+                                       /* update our MTU size */
                                        /* Do clear IP_DF ? */
                                        if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {
                                                no_fragmentflg = 0;
@@ -6679,7 +6679,7 @@
                        if (m == NULL) {
                                return (ENOMEM);
                        }
-                       /* upate our MTU size */
+                       /* update our MTU size */
                        /* Do clear IP_DF ? */
                        if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {
                                no_fragmentflg = 0;
@@ -6710,7 +6710,7 @@
                                        if (m == NULL) {
                                                return (ENOMEM);
                                        }
-                                       /* upate our MTU size */
+                                       /* update our MTU size */
                                        /* Do clear IP_DF ? */
                                        if (fwd->flags & CHUNK_FLAGS_FRAGMENT_OK) {
                                                no_fragmentflg = 0;
diff -r ba46da7d4371 -r 244ccc3ce7c8 usr.sbin/rtadvd/timer.c
--- a/usr.sbin/rtadvd/timer.c   Tue Dec 03 02:10:26 2019 +0000
+++ b/usr.sbin/rtadvd/timer.c   Tue Dec 03 03:25:28 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: timer.c,v 1.18 2018/04/20 16:07:48 roy Exp $   */
+/*     $NetBSD: timer.c,v 1.19 2019/12/03 03:25:28 msaitoh Exp $       */
 /*     $KAME: timer.c,v 1.11 2005/04/14 06:22:35 suz Exp $     */
 
 /*
@@ -105,7 +105,7 @@
        prog_clock_gettime(CLOCK_MONOTONIC, &now);
        timespecadd(&now, tm, &timer->tm);
 
-       /* upate the next expiration time */
+       /* update the next expiration time */
        if (timespeccmp(&timer->tm, &tm_max, <))
                tm_max = timer->tm;
 



Home | Main Index | Thread Index | Old Index