Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Typo (Thanks, Havard :-)
details: https://anonhg.NetBSD.org/src/rev/6eb7eb58be38
branches: trunk
changeset: 482048:6eb7eb58be38
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Feb 12 18:00:00 2000 +0000
description:
Typo (Thanks, Havard :-)
diffstat:
sys/netinet/ip_input.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 060630502c70 -r 6eb7eb58be38 sys/netinet/ip_input.c
--- a/sys/netinet/ip_input.c Sat Feb 12 17:45:44 2000 +0000
+++ b/sys/netinet/ip_input.c Sat Feb 12 18:00:00 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_input.c,v 1.98 2000/02/12 17:45:44 thorpej Exp $ */
+/* $NetBSD: ip_input.c,v 1.99 2000/02/12 18:00:00 thorpej Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -399,7 +399,7 @@
}
/*
- * RFC1112: packets with a multicast source address are
+ * RFC1122: packets with a multicast source address are
* not allowed.
*/
if (IN_MULTICAST(ip->ip_src.s_addr)) {
Home |
Main Index |
Thread Index |
Old Index