summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-01-29 19:45:31 +0000
committernjl <njl@FreeBSD.org>2005-01-29 19:45:31 +0000
commit96c60208a9d5a5e1297bbaf2e508a7d2cadc462a (patch)
treebd8751602471d3076f8dbf8fb8ab7ac2403e8f58 /sys/dev/pci
parent81c8e4ffa66da72ebc3cd1a83034d470404979eb (diff)
downloadFreeBSD-src-96c60208a9d5a5e1297bbaf2e508a7d2cadc462a.zip
FreeBSD-src-96c60208a9d5a5e1297bbaf2e508a7d2cadc462a.tar.gz
Fix typo.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 0ef7dd1..4a76443 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -63,7 +63,6 @@ __FBSDID("$FreeBSD$");
#if (defined(__i386__) && !defined(PC98)) || defined(__amd64__) || \
defined (__ia64__)
#include <contrib/dev/acpica/acpi.h>
-#include <dev/acpica/acpivar.h>
#include "acpi_if.h"
#else
#define ACPI_PWR_FOR_SLEEP(x, y, z)
@@ -1919,7 +1918,7 @@ pci_cfg_save(device_t dev, struct pci_devinfo *dinfo, int setstate)
/*
* Some drivers apparently write to these registers w/o updating our
- * cahced copy. No harm happens if we update the copy, so do so here
+ * cached copy. No harm happens if we update the copy, so do so here
* so we can restore them. The COMMAND register is modified by the
* bus w/o updating the cache. This should represent the normally
* writable portion of the 'defined' part of type 0 headers. In
OpenPOWER on IntegriCloud