Fix a typo in a comment.

This commit is contained in:
thorpej 2001-10-05 02:08:09 +00:00
parent 84bfe490e4
commit 02d031e24d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mbuf.h,v 1.61 2001/07/26 22:08:34 thorpej Exp $ */
/* $NetBSD: mbuf.h,v 1.62 2001/10/05 02:08:09 thorpej Exp $ */
/*-
* Copyright (c) 1996, 1997, 1999, 2001 The NetBSD Foundation, Inc.
@ -115,7 +115,7 @@ struct m_hdr {
* record/packet header in first mbuf of chain; valid if M_PKTHDR set
*
* A note about csum_data: For the out-bound direction, this indicates the
* offset after the L3 header where the final L4 checksum value is to be
* offset after the L4 header where the final L4 checksum value is to be
* stored. For the in-bound direction, it is only valid if the M_CSUM_DATA
* flag is set. In this case, an L4 checksum has been calculated by
* hardware, but it is up to software to perform final verification.