Skip to content

Commit

Permalink
comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Jan 23, 2003
1 parent 86f8cd9 commit 6277eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet6/ip6_output.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: ip6_output.c,v 1.354 2003/01/23 09:05:10 keiichi Exp $ */
/* $KAME: ip6_output.c,v 1.355 2003/01/23 09:15:09 jinmei Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -4829,7 +4829,7 @@ ip6_mloopback(ifp, m, dst)
copym = m_copy(m, 0, M_COPYALL);
/*
* m_copy() moves the tags from the original mbuf to the
* copied mbuf. but, since we still may need the aux
* copied mbuf. But, since we may still need the aux
* information stored in the tags in the later process of the
* output routine, recover the aux information from the copied
* mbuf to the original mbuf.
Expand Down

0 comments on commit 6277eaf

Please sign in to comment.