summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_devar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_devar.h')
-rw-r--r--sys/pci/if_devar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h
index 66d4aa4..0f0c972 100644
--- a/sys/pci/if_devar.h
+++ b/sys/pci/if_devar.h
@@ -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)
@@ -1060,7 +1060,7 @@ extern struct cfdriver de_cd;
#ifndef TULIP_RAISESOFTSPL
#define TULIP_RAISESOFTSPL() splnet()
#endif
-#ifndef TULUP_RESTORESPL
+#ifndef TULIP_RESTORESPL
#define TULIP_RESTORESPL(s) splx(s)
#endif
OpenPOWER on IntegriCloud