summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2001-03-05 22:40:27 +0000
committertruckman <truckman@FreeBSD.org>2001-03-05 22:40:27 +0000
commit7b8b7b318ee5a185ddeae96a62a13a5fe25df1d2 (patch)
tree8b2830aa8567307fa929bac82e02ec2e7d0f7dc6
parent879f1f29f60b127a5399eec123c5b4aa2282a98f (diff)
downloadFreeBSD-src-7b8b7b318ee5a185ddeae96a62a13a5fe25df1d2.zip
FreeBSD-src-7b8b7b318ee5a185ddeae96a62a13a5fe25df1d2.tar.gz
Modify the comments to more closely resemble the English language.
-rw-r--r--sys/netinet/ip_input.c9
1 files 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.
*/
OpenPOWER on IntegriCloud