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 a comment
details: https://anonhg.NetBSD.org/src/rev/62fa5bd8ed70
branches: trunk
changeset: 346079:62fa5bd8ed70
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Thu Jun 23 06:40:48 2016 +0000
description:
Fix typo in a comment
diffstat:
sys/netinet/in.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7d0a8302f130 -r 62fa5bd8ed70 sys/netinet/in.c
--- a/sys/netinet/in.c Thu Jun 23 05:19:42 2016 +0000
+++ b/sys/netinet/in.c Thu Jun 23 06:40:48 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: in.c,v 1.167 2016/06/21 03:28:27 ozaki-r Exp $ */
+/* $NetBSD: in.c,v 1.168 2016/06/23 06:40:48 ozaki-r Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in.c,v 1.167 2016/06/21 03:28:27 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in.c,v 1.168 2016/06/23 06:40:48 ozaki-r Exp $");
#include "arp.h"
@@ -641,7 +641,7 @@
rt_ifa_addlocal(ifa);
}
-/* Rempve loopback entry of ownaddr */
+/* Remove loopback entry of ownaddr */
static void
in_ifremlocal(struct ifaddr *ifa)
{
Home |
Main Index |
Thread Index |
Old Index