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 typo reported by Brad at comstyle com.
details: https://anonhg.NetBSD.org/src/rev/a813137b35f3
branches: trunk
changeset: 580879:a813137b35f3
user: wiz <wiz%NetBSD.org@localhost>
date: Fri May 13 06:36:22 2005 +0000
description:
Fix typo reported by Brad at comstyle com.
diffstat:
sys/dev/pci/if_stge.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 747d40986ee0 -r a813137b35f3 sys/dev/pci/if_stge.c
--- a/sys/dev/pci/if_stge.c Fri May 13 06:33:32 2005 +0000
+++ b/sys/dev/pci/if_stge.c Fri May 13 06:36:22 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_stge.c,v 1.25 2005/05/02 15:34:32 yamt Exp $ */
+/* $NetBSD: if_stge.c,v 1.26 2005/05/13 06:36:22 wiz Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_stge.c,v 1.25 2005/05/02 15:34:32 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_stge.c,v 1.26 2005/05/13 06:36:22 wiz Exp $");
#include "bpfilter.h"
@@ -563,7 +563,7 @@
/*
* Reading the station address from the EEPROM doesn't seem
- * to work, at least on my sample boards. Instread, since
+ * to work, at least on my sample boards. Instead, since
* the reset sequence does AutoInit, read it from the station
* address registers.
*/
Home |
Main Index |
Thread Index |
Old Index