summaryrefslogtreecommitdiff
path: root/Bindings/pci/host-generic-pci.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/pci/host-generic-pci.txt')
-rw-r--r--Bindings/pci/host-generic-pci.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bindings/pci/host-generic-pci.txt b/Bindings/pci/host-generic-pci.txt
index 3f1d3fca62bbf..614b594f4e722 100644
--- a/Bindings/pci/host-generic-pci.txt
+++ b/Bindings/pci/host-generic-pci.txt
@@ -56,7 +56,7 @@ For CAM, this 24-bit offset is:
cfg_offset(bus, device, function, register) =
bus << 16 | device << 11 | function << 8 | register
-Whilst ECAM extends this by 4 bits to accommodate 4k of function space:
+While ECAM extends this by 4 bits to accommodate 4k of function space:
cfg_offset(bus, device, function, register) =
bus << 20 | device << 15 | function << 12 | register