Skip to content

Commit

Permalink
typo in a comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Feb 1, 2004
1 parent d569a37 commit bd46aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet6/mld6.c
@@ -1,4 +1,4 @@
/* $KAME: mld6.c,v 1.90 2004/01/29 00:38:35 suz Exp $ */
/* $KAME: mld6.c,v 1.91 2004/02/01 06:52:04 jinmei Exp $ */

/*
* Copyright (c) 2002 INRIA. All rights reserved.
Expand Down Expand Up @@ -1083,7 +1083,7 @@ mld_allocbuf(mh, len, in6m, type)
/* ip6_plen will be set later */
ip6->ip6_nxt = IPPROTO_ICMPV6;
/* ip6_hlim will be set by im6o.im6o_multicast_hlim */
/* ip6_src/dst will be set by mld_sendpkt() or mld_sendbuf() */
/* ip6_src/dst will be set by mld6_sendpkt() or mld_sendbuf() */

/* fill in the MLD header as much as possible */
md->m_len = len;
Expand Down

0 comments on commit bd46aea

Please sign in to comment.