Module Name: src
Committed By: msaitoh
Date: Thu Nov 14 04:14:30 UTC 2019
Modified Files:
src/sys/net: if_loop.c
Log Message:
Fix comment.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/net/if_loop.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/if_loop.c
diff -u src/sys/net/if_loop.c:1.108 src/sys/net/if_loop.c:1.109
--- src/sys/net/if_loop.c:1.108 Mon Nov 11 08:12:35 2019
+++ src/sys/net/if_loop.c Thu Nov 14 04:14:30 2019
@@ -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 @@ looutput(struct ifnet *ifp, struct mbuf
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.
*/
}