]> git.neil.brown.name Git - history.git/commitdiff
[IPV6]: Fix several comment spelling errors and typos.
authorHideaki Yoshifuji <yoshfuji@linux-ipv6.org>
Sat, 24 Jan 2004 02:10:03 +0000 (18:10 -0800)
committerHideaki Yoshifuji <yoshfuji@linux-ipv6.org>
Sat, 24 Jan 2004 02:10:03 +0000 (18:10 -0800)
net/ipv6/addrconf.c
net/ipv6/exthdrs.c
net/ipv6/ip6_fib.c
net/ipv6/reassembly.c
net/ipv6/route.c

index cddaf75c334cdac209c1aa89810a112c6429e36e..4bc2d52887e482835acfef3ddd5195c8fda80738 100644 (file)
@@ -1338,7 +1338,7 @@ void addrconf_prefix_rcv(struct net_device *dev, u8 *opt, int len)
         *      2) Configure prefixes with the auto flag set
         */
 
-       /* Avoid arithemtic overflow. Really, we could
+       /* Avoid arithmetic overflow. Really, we could
           save rt_expires in seconds, likely valid_lft,
           but it would require division in fib gc, that it
           not good.
index 4d17c8fbe00d361126e104a4421357b36a492b02..4307574ff8f23a52c8f22b9ce3327ae248c36fd7 100644 (file)
@@ -367,7 +367,7 @@ ipv6_invert_rthdr(struct sock *sk, struct ipv6_rt_hdr *hdr)
           Inverted result:
           [ H_prev -> ... -> H1 ] daddr =sender
 
-          Note, that IP output engine will rewrire this rthdr
+          Note, that IP output engine will rewrite this rthdr
           by rotating it left by one addr.
         */
 
index 9956944a50bfaf1eadaa2e51c2e641b1fe268818..c7e22260fbcfb677ca7bef2b772f2c4023c32ff3 100644 (file)
@@ -942,7 +942,7 @@ static void fib6_del_route(struct fib6_node *fn, struct rt6_info **rtp,
                        }
                        fn = fn->parent;
                }
-               /* No more references are possiible at this point. */
+               /* No more references are possible at this point. */
                if (atomic_read(&rt->rt6i_ref) != 1) BUG();
        }
 
index 26cb8a0f4fee35040da2d988ae9bd068bb4553c8..8bf7f9c28d2c373e1957d20842a2bead7b8a8b68 100644 (file)
@@ -526,7 +526,7 @@ static void ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb,
                } else {
                        struct sk_buff *free_it = next;
 
-                       /* Old fragmnet is completely overridden with
+                       /* Old fragment is completely overridden with
                         * new one drop it.
                         */
                        next = next->next;
index c6dbf252502e3153127d0490746a8e275b8c23fa..c243a48257af73e8ba09e428f8c5a39d5c3337d4 100644 (file)
@@ -785,7 +785,7 @@ int ip6_route_add(struct in6_rtmsg *rtmsg, struct nlmsghdr *nlh, void *_rtattr)
                        /* IPv6 strictly inhibits using not link-local
                           addresses as nexthop address.
                           Otherwise, router will not able to send redirects.
-                          It is very good, but in some (rare!) curcumstances
+                          It is very good, but in some (rare!) circumstances
                           (SIT, PtP, NBMA NOARP links) it is handy to allow
                           some exceptions. --ANK
                         */
@@ -1365,10 +1365,10 @@ static int rt6_mtu_change_route(struct rt6_info *rt, void *p_arg)
         */
        /*
           If new MTU is less than route PMTU, this new MTU will be the
-          lowest MTU in the path, update the route PMTU to refect PMTU
+          lowest MTU in the path, update the route PMTU to reflect PMTU
           decreases; if new MTU is greater than route PMTU, and the
           old MTU is the lowest MTU in the path, update the route PMTU
-          to refect the increase. In this case if the other nodes' MTU
+          to reflect the increase. In this case if the other nodes' MTU
           also have the lowest MTU, TOO BIG MESSAGE will be lead to
           PMTU discouvery.
         */