diff options
author | 2005-11-05 08:17:08 +0000 | |
---|---|---|
committer | 2005-11-05 08:17:08 +0000 | |
commit | a53e49d1826cfb1c442516aeddbbfaf01be54478 (patch) | |
tree | c7b89827b8119cb6c95838da683501a2ba4b06cb | |
parent | Fix leaks in error paths, bz #1109 and #1110 reported by kremenek AT (diff) | |
download | wireguard-openbsd-a53e49d1826cfb1c442516aeddbbfaf01be54478.tar.xz wireguard-openbsd-a53e49d1826cfb1c442516aeddbbfaf01be54478.zip |
speeling fix
-rw-r--r-- | sys/dev/pci/mpt_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/mpt_pci.c b/sys/dev/pci/mpt_pci.c index fbe45b486e8..5b0f3b4c9de 100644 --- a/sys/dev/pci/mpt_pci.c +++ b/sys/dev/pci/mpt_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpt_pci.c,v 1.8 2005/08/09 04:10:13 mickey Exp $ */ +/* $OpenBSD: mpt_pci.c,v 1.9 2005/11/05 08:17:08 dlg Exp $ */ /* $NetBSD: mpt_pci.c,v 1.2 2003/07/14 15:47:26 lukem Exp $ */ /* @@ -248,7 +248,7 @@ mpt_pci_attach(struct device *parent, struct device *self, void *aux) * Hard resets are known to screw up the BAR for diagnostic * memory accesses (Mem1). * - * Using Mem1 is know to make the chip stop responding to + * Using Mem1 is known to make the chip stop responding to * configuration cycles, so we need to save it now. */ mpt_pci_read_config_regs(mpt); |