Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 Fix typos in comment:



details:   https://anonhg.NetBSD.org/src/rev/1b1539b587db
branches:  trunk
changeset: 449746:1b1539b587db
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Mar 19 13:38:53 2019 +0000

description:
Fix typos in comment:
- s/paylaod/payload/
- s/dstination/destination/

diffstat:

 sys/netinet6/ip6protosw.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e6589f25d538 -r 1b1539b587db sys/netinet6/ip6protosw.h
--- a/sys/netinet6/ip6protosw.h Tue Mar 19 10:17:35 2019 +0000
+++ b/sys/netinet6/ip6protosw.h Tue Mar 19 13:38:53 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip6protosw.h,v 1.26 2017/09/27 10:05:05 ozaki-r Exp $  */
+/*     $NetBSD: ip6protosw.h,v 1.27 2019/03/19 13:38:53 msaitoh Exp $  */
 /*     $KAME: ip6protosw.h,v 1.22 2001/02/08 18:02:08 itojun Exp $     */
 
 /*
@@ -85,7 +85,7 @@
  * argument type for the last arg of pr_ctlinput().
  * should be consulted only with AF_INET6 family.
  *
- * IPv6 ICMP IPv6 [exthdrs] finalhdr paylaod
+ * IPv6 ICMP IPv6 [exthdrs] finalhdr payload
  * ^    ^    ^              ^
  * |    |    ip6c_ip6       ip6c_off
  * |    ip6c_icmp6
@@ -93,7 +93,7 @@
  *
  * ip6c_finaldst usually points to ip6c_ip6->ip6_dst.  if the original
  * (internal) packet carries a routing header, it may point the final
- * dstination address in the routing header.
+ * destination address in the routing header.
  *
  * ip6c_src: ip6c_ip6->ip6_src + scope info + flowlabel in ip6c_ip6
  *     (beware of flowlabel, if you try to compare it against others)



Home | Main Index | Thread Index | Old Index