Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Fix a typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/ac8fd5545dfa
branches:  trunk
changeset: 515803:ac8fd5545dfa
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Oct 05 02:08:09 2001 +0000

description:
Fix a typo in a comment.

diffstat:

 sys/sys/mbuf.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dbe71bde5742 -r ac8fd5545dfa sys/sys/mbuf.h
--- a/sys/sys/mbuf.h    Fri Oct 05 01:39:38 2001 +0000
+++ b/sys/sys/mbuf.h    Fri Oct 05 02:08:09 2001 +0000
@@ -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 @@
  * 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.



Home | Main Index | Thread Index | Old Index