From 7b8b7b318ee5a185ddeae96a62a13a5fe25df1d2 Mon Sep 17 00:00:00 2001 From: truckman Date: Mon, 5 Mar 2001 22:40:27 +0000 Subject: Modify the comments to more closely resemble the English language. --- sys/netinet/ip_input.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 2ae4d0c..9d1fe46 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -127,12 +127,11 @@ SYSCTL_INT(_net_inet_ip, IPCTL_KEEPFAITH, keepfaith, CTLFLAG_RW, /* * XXX - Setting ip_checkinterface mostly implements the receive side of * the Strong ES model described in RFC 1122, but since the routing table - * and transmit implementation do not implement the Strong ES model, so + * and transmit implementation do not implement the Strong ES model, * setting this to 1 results in an odd hybrid. * - * XXX - ip_checkinterface currently must be disabled if you use - * ipnat to translate the destination address to another to another - * local interface. + * XXX - ip_checkinterface currently must be disabled if you use ipnat + * to translate the destination address to another local interface. * * XXX - ip_checkinterface must be disabled if you add IP aliases * to the loopback interface instead of the interface where the @@ -541,7 +540,7 @@ pass: * XXX - Checking also should be disabled if the destination * address is ipnat'ed to a different interface. * - * XXX - Checking is incompatible will break IP aliases added + * XXX - Checking is incompatible with IP aliases added * to the loopback interface instead of the interface where * the packets are received. */ -- cgit v1.1