# cvs diff -Nup ping6.c
Index: ping6.c
===================================================================
RCS file: /cvs/src/sbin/ping6/ping6.c,v
retrieving revision 1.76
diff -N -u -p ping6.c
--- ping6.c     2 Nov 2009 22:31:50 -0000       1.76
+++ ping6.c     23 Dec 2009 01:20:03 -0000
@@ -566,7 +566,7 @@ main(int argc, char *argv[])
        }

        /*
-        * let the kerel pass extension headers of incoming packets,
+        * let the kernel pass extension headers of incoming packets,
         * for privileged socket options
         */
        if ((options & F_VERBOSE) != 0) {
@@ -664,7 +664,7 @@ main(int argc, char *argv[])
     }
 #endif /*ICMP6_FILTER*/

-       /* let the kerel pass extension headers of incoming packets */
+       /* let the kernel pass extension headers of incoming packets */
        if ((options & F_VERBOSE) != 0) {
                int opton = 1;

@@ -939,7 +939,7 @@ main(int argc, char *argv[])

                        /*
                         * receive control messages only. Process the
-                        * exceptions (currently the only possiblity is
+                        * exceptions (currently the only possibility is
                         * a path MTU notification.)
                         */
                        if ((mtu = get_pathmtu(&m)) > 0) {
@@ -1582,7 +1582,7 @@ pr_ip6opt(void *extbuf)
                switch (type) {
                /*
                 * Note that inet6_opt_next automatically skips any
                 padding
-                * optins.
+                * options.
                 */
                case IP6OPT_JUMBO:
                        offset = 0;
@@ -1780,7 +1780,7 @@ pr_nodeaddr(struct icmp6_nodeinfo *ni, int nilen)

        /*
         * In icmp-name-lookups 05 and later, TTL of each returned
         address
-        * is contained in the resposne. We try to detect the version
+        * is contained in the response. We try to detect the version
         * by the length of the data, but note that the detection
         algorithm
         * is incomplete. We assume the latest draft by default.
         */

Reply via email to