summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-11-09 05:59:51 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-11-09 05:59:51 +0000
commit50f2c710a913c71b7e67c708c2ecf1f1a0621d74 (patch)
tree87cd5f7953bf0e6c8323f692076c36b5434c932c /sys
parent4e045dce0105aee80c66b1fe23c86d74a7174e8a (diff)
fix comments, splimp -> splnet
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/safe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/safe.c b/sys/dev/pci/safe.c
index 768af514f89..a69fedeb9f7 100644
--- a/sys/dev/pci/safe.c
+++ b/sys/dev/pci/safe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: safe.c,v 1.15 2005/08/09 04:10:13 mickey Exp $ */
+/* $OpenBSD: safe.c,v 1.16 2005/11/09 05:59:50 brad Exp $ */
/*-
* Copyright (c) 2003 Sam Leffler, Errno Consulting
@@ -1488,7 +1488,7 @@ safe_dmamap_aligned(const struct safe_operand *op)
/*
* Clean up after a chip crash.
- * It is assumed that the caller in splimp()
+ * It is assumed that the caller in splnet()
*/
void
safe_cleanchip(struct safe_softc *sc)
@@ -1510,7 +1510,7 @@ safe_cleanchip(struct safe_softc *sc)
/*
* free a safe_q
- * It is assumed that the caller is within splimp().
+ * It is assumed that the caller is within splnet().
*/
int
safe_free_entry(struct safe_softc *sc, struct safe_ringentry *re)