summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-08-04 07:56:35 +0000
committeryar <yar@FreeBSD.org>2006-08-04 07:56:35 +0000
commit209e4786e7062e14c1123326850d4bcdbd9c605d (patch)
tree3f52e03559d675c9d3ca40d2fcf182a763ba10f4 /sys/dev/pci
parent844254bd878791840f6bef7e7b420497eedadf07 (diff)
downloadFreeBSD-src-209e4786e7062e14c1123326850d4bcdbd9c605d.zip
FreeBSD-src-209e4786e7062e14c1123326850d4bcdbd9c605d.tar.gz
Commit the results of the typo hunt by Darren Pilgrim.
This change affects documentation and comments only, no real code involved. PR: misc/101245 Submitted by: Darren Pilgrim <darren pilgrim bitfreak org> Tested by: md5(1) MFC after: 1 week
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcivar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 16fd9cf..ade206a 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -317,10 +317,10 @@ pci_is_vga_memory_range(u_long start, u_long end)
* power from the system and delivering full functionality to the user.
* D1 Class-specific low-power state in which device context may or may not
* be lost. Buses in D1 cannot do anything to the bus that would force
- * devices on that bus to loose context.
+ * devices on that bus to lose context.
* D2 Class-specific low-power state in which device context may or may
* not be lost. Attains greater power savings than D1. Buses in D2
- * can cause devices on that bus to loose some context. Devices in D2
+ * can cause devices on that bus to lose some context. Devices in D2
* must be prepared for the bus to be in D2 or higher.
* D3 State in which the device is off and not running. Device context is
* lost. Power can be removed from the device.
OpenPOWER on IntegriCloud