From 4c04937d5b919f102d4f9508477b36a672487dad Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 21 May 2004 07:03:07 +0000 Subject: Improve the English somewhat. Prodded by: ru@ --- sys/dev/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 1ebd08a609f4..77a0dc71b4e2 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 */ -- cgit v1.3