summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-05-21 07:03:07 +0000
committerimp <imp@FreeBSD.org>2004-05-21 07:03:07 +0000
commit010a9f2bde89ac7178c30f18630ab725a4c38ef4 (patch)
treea7ebcd8abba8e0a37b01870f67913771e0de70d4 /sys
parent4e388784ea4cfaa783feaf966fb1622cb59b7ac1 (diff)
downloadFreeBSD-src-010a9f2bde89ac7178c30f18630ab725a4c38ef4.zip
FreeBSD-src-010a9f2bde89ac7178c30f18630ab725a4c38ef4.tar.gz
Improve the English somewhat.
Prodded by: ru@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 1ebd08a..77a0dc7 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -181,7 +181,7 @@ TUNABLE_INT("hw.pci.do_powerstate", (int *)&pci_do_powerstate);
SYSCTL_INT(_hw_pci, OID_AUTO, do_powerstate, CTLFLAG_RW,
&pci_do_powerstate, 0,
"Enable setting the power states of the PCI devices. This means that we\n\
-set devices into D3 if it fail to attach.");
+set devices into D3 for all devices that fail to attach a driver.");
/* Find a device_t by bus/slot/function */
OpenPOWER on IntegriCloud