Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Fix a typo in a comment.
details: https://anonhg.NetBSD.org/src/rev/78029cd2fea3
branches: trunk
changeset: 534952:78029cd2fea3
user: simonb <simonb%NetBSD.org@localhost>
date: Wed Aug 07 04:53:18 2002 +0000
description:
Fix a typo in a comment.
diffstat:
sys/dev/pci/if_wm.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 01de86cef878 -r 78029cd2fea3 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Wed Aug 07 04:52:53 2002 +0000
+++ b/sys/dev/pci/if_wm.c Wed Aug 07 04:53:18 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.15 2002/08/06 23:51:43 simonb Exp $ */
+/* $NetBSD: if_wm.c,v 1.16 2002/08/07 04:53:18 simonb Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -1456,7 +1456,7 @@
/*
* Go through the Tx list and free mbufs for those
- * frams which have been transmitted.
+ * frames which have been transmitted.
*/
for (i = sc->sc_txsdirty; sc->sc_txsfree != WM_TXQUEUELEN;
i = WM_NEXTTXS(i), sc->sc_txsfree++) {
Home |
Main Index |
Thread Index |
Old Index