Module Name: src
Committed By: andvar
Date: Wed Feb 26 05:03:55 UTC 2025
Modified Files:
src/sys/dev/ic: i82596var.h
Log Message:
s/Cont/Count/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/i82596var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/i82596var.h
diff -u src/sys/dev/ic/i82596var.h:1.15 src/sys/dev/ic/i82596var.h:1.16
--- src/sys/dev/ic/i82596var.h:1.15 Tue Dec 1 23:16:01 2009
+++ src/sys/dev/ic/i82596var.h Wed Feb 26 05:03:55 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: i82596var.h,v 1.15 2009/12/01 23:16:01 skrll Exp $ */
+/* $NetBSD: i82596var.h,v 1.16 2025/02/26 05:03:55 andvar Exp $ */
/*
* Copyright (c) 2003 Jochen Kunz.
@@ -132,7 +132,7 @@ struct iee_rfd {
/* Receive Buffer Descriptor */
struct iee_rbd {
- volatile uint16_t rbd_count; /* Actual Cont of bytes */
+ volatile uint16_t rbd_count; /* Actual Count of bytes */
volatile uint16_t rbd_pad1;
volatile uint32_t rbd_next_rbd; /* Address of Next RBD */
volatile uint32_t rbd_rb_addr; /* Receive Buffer Address */