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. (From PR 7027)
details: https://anonhg.NetBSD.org/src/rev/068ee5c67161
branches: trunk
changeset: 467997:068ee5c67161
user: tsubai <tsubai%NetBSD.org@localhost>
date: Thu Apr 01 14:55:25 1999 +0000
description:
Fix typo. (From PR 7027)
diffstat:
sys/dev/pci/if_devar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f4f7f308ae77 -r 068ee5c67161 sys/dev/pci/if_devar.h
--- a/sys/dev/pci/if_devar.h Thu Apr 01 14:11:21 1999 +0000
+++ b/sys/dev/pci/if_devar.h Thu Apr 01 14:55:25 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_devar.h,v 1.31 1998/09/29 22:40:52 matt Exp $ */
+/* $NetBSD: if_devar.h,v 1.32 1999/04/01 14:55:25 tsubai Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt%3am-software.com@localhost)
@@ -1060,7 +1060,7 @@
#ifndef TULIP_RAISESOFTSPL
#define TULIP_RAISESOFTSPL() splnet()
#endif
-#ifndef TULUP_RESTORESPL
+#ifndef TULIP_RESTORESPL
#define TULIP_RESTORESPL(s) splx(s)
#endif
Home |
Main Index |
Thread Index |
Old Index