Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Fix comment.
details: https://anonhg.NetBSD.org/src/rev/bbabc164b5d5
branches: trunk
changeset: 461042:bbabc164b5d5
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Nov 14 04:14:30 2019 +0000
description:
Fix comment.
diffstat:
sys/net/if_loop.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 63f08a7b542b -r bbabc164b5d5 sys/net/if_loop.c
--- a/sys/net/if_loop.c Thu Nov 14 03:17:08 2019 +0000
+++ b/sys/net/if_loop.c Thu Nov 14 04:14:30 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_loop.c,v 1.108 2019/11/11 08:12:35 msaitoh Exp $ */
+/* $NetBSD: if_loop.c,v 1.109 2019/11/14 04:14:30 msaitoh Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_loop.c,v 1.108 2019/11/11 08:12:35 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_loop.c,v 1.109 2019/11/14 04:14:30 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -341,7 +341,7 @@
m->m_pkthdr.csum_flags = 0;
} else {
/*
- * Do nothing. Pass M_CSUM_IPv4 and M_CSUM_UDPv4 as
+ * Do nothing. Pass M_CSUM_UDPv6 as
* they are to tell those are calculated and good.
*/
}
Home |
Main Index |
Thread Index |
Old Index