Source-Changes-HG archive

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

[src/trunk]: src/sys/net Fix typo in comments



details:   https://anonhg.NetBSD.org/src/rev/d963880e156d
branches:  trunk
changeset: 820968:d963880e156d
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Tue Jan 17 07:53:06 2017 +0000

description:
Fix typo in comments

diffstat:

 sys/net/route.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r bb3926ccb641 -r d963880e156d sys/net/route.c
--- a/sys/net/route.c   Tue Jan 17 02:03:09 2017 +0000
+++ b/sys/net/route.c   Tue Jan 17 07:53:06 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: route.c,v 1.186 2017/01/11 13:08:29 ozaki-r Exp $      */
+/*     $NetBSD: route.c,v 1.187 2017/01/17 07:53:06 ozaki-r Exp $      */
 
 /*-
  * Copyright (c) 1998, 2008 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: route.c,v 1.186 2017/01/11 13:08:29 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: route.c,v 1.187 2017/01/17 07:53:06 ozaki-r Exp $");
 
 #include <sys/param.h>
 #ifdef RTFLUSH_DEBUG
@@ -909,7 +909,7 @@
                         * this destination.  Should check about netmask!!!
                         */
                        /*
-                        * FIXME NOMPAFE: the rtentry is updated with the existence
+                        * FIXME NOMPSAFE: the rtentry is updated with the existence
                         * of refeferences of it.
                         */
                        error = rt_setgate(rt, gateway);
@@ -1486,7 +1486,7 @@
                break;
        case RTM_ADD:
                /*
-                * FIXME NOMPAFE: the rtentry is updated with the existence
+                * FIXME NOMPSAFE: the rtentry is updated with the existence
                 * of refeferences of it.
                 */
                /*



Home | Main Index | Thread Index | Old Index