Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Typos and style a bit, no functional change.



details:   https://anonhg.NetBSD.org/src/rev/7f810f1a0df9
branches:  trunk
changeset: 829575:7f810f1a0df9
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Feb 06 06:36:40 2018 +0000

description:
Typos and style a bit, no functional change.

diffstat:

 sys/netinet/ip_input.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 8778e8c9832d -r 7f810f1a0df9 sys/netinet/ip_input.c
--- a/sys/netinet/ip_input.c    Tue Feb 06 06:32:25 2018 +0000
+++ b/sys/netinet/ip_input.c    Tue Feb 06 06:36:40 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_input.c,v 1.372 2018/02/05 15:23:14 maxv Exp $      */
+/*     $NetBSD: ip_input.c,v 1.373 2018/02/06 06:36:40 maxv Exp $      */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.372 2018/02/05 15:23:14 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.373 2018/02/06 06:36:40 maxv Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -305,7 +305,7 @@
 #ifdef MBUFTRACE
        MOWNER_ATTACH(&ip_tx_mowner);
        MOWNER_ATTACH(&ip_rx_mowner);
-#endif /* MBUFTRACE */
+#endif
 
        ipstat_percpu = percpu_alloc(sizeof(uint64_t) * IP_NSTATS);
        ipforward_rt_percpu = percpu_alloc(sizeof(struct route));
@@ -592,7 +592,7 @@
                 * from generating ICMP redirects for packets that have
                 * been redirected by a hook back out on to the same LAN that
                 * they came from and is not an indication that the packet
-                * is being inffluenced by source routing options.  This
+                * is being influenced by source routing options.  This
                 * allows things like
                 * "rdr tlp0 0/0 port 80 -> 1.1.1.200 3128 tcp"
                 * where tlp0 is both on the 1.1.1.0/24 network and is the
@@ -1473,7 +1473,7 @@
                /*
                 * Do not generate ICMP_SOURCEQUENCH as required in RFC 1812,
                 * Requirements for IP Version 4 Routers.  Source quench can
-                * big problem under DoS attacks or if the underlying
+                * be a big problem under DoS attacks or if the underlying
                 * interface is rate-limited.
                 */
                if (mcopy)



Home | Main Index | Thread Index | Old Index