Documentation: treewide: fix typos and grammar
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / pci / host-generic-pci.txt
index f0b0436..cf3e205 100644 (file)
@@ -55,7 +55,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 accomodate 4k of function space:
+Whilst 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