Module Name: src Committed By: ozaki-r Date: Tue Jan 17 07:53:06 UTC 2017
Modified Files: src/sys/net: route.c Log Message: Fix typo in comments To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 src/sys/net/route.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/route.c diff -u src/sys/net/route.c:1.186 src/sys/net/route.c:1.187 --- src/sys/net/route.c:1.186 Wed Jan 11 13:08:29 2017 +++ src/sys/net/route.c Tue Jan 17 07:53:06 2017 @@ -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 @@ rtredirect(const struct sockaddr *dst, c * 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 @@ rtinit(struct ifaddr *ifa, int cmd, int 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. */ /*