Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet fix spelo in comment
details: https://anonhg.NetBSD.org/src/rev/0f34d7ccd70e
branches: trunk
changeset: 510136:0f34d7ccd70e
user: lukem <lukem%NetBSD.org@localhost>
date: Mon May 21 03:31:36 2001 +0000
description:
fix spelo in comment
diffstat:
sys/netinet/ip_input.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 065ff0e01d10 -r 0f34d7ccd70e sys/netinet/ip_input.c
--- a/sys/netinet/ip_input.c Mon May 21 01:15:26 2001 +0000
+++ b/sys/netinet/ip_input.c Mon May 21 03:31:36 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_input.c,v 1.133 2001/04/16 17:03:33 itojun Exp $ */
+/* $NetBSD: ip_input.c,v 1.134 2001/05/21 03:31:36 lukem Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -1514,7 +1514,7 @@
}
#ifdef IPSEC
- /* Don't lookup socket in forwading case */
+ /* Don't lookup socket in forwarding case */
(void)ipsec_setsocket(m, NULL);
#endif
error = ip_output(m, (struct mbuf *)0, &ipforward_rt,
Home |
Main Index |
Thread Index |
Old Index