diff options
| author | 2005-11-09 05:59:50 +0000 | |
|---|---|---|
| committer | 2005-11-09 05:59:50 +0000 | |
| commit | 84d2a80b6776937d26d229415f14a86baa303a04 (patch) | |
| tree | 7119adb4f3538d4099fbdfbe7fa1e4c447e1b6ad /sys/dev/pci/safe.c | |
| parent | splimp -> splnet (diff) | |
| download | wireguard-openbsd-84d2a80b6776937d26d229415f14a86baa303a04.tar.xz wireguard-openbsd-84d2a80b6776937d26d229415f14a86baa303a04.zip | |
fix comments, splimp -> splnet
Diffstat (limited to 'sys/dev/pci/safe.c')
| -rw-r--r-- | sys/dev/pci/safe.c | 6 |
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) |
