summaryrefslogtreecommitdiff
path: root/src/drivers/oxford
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/oxford')
-rw-r--r--src/drivers/oxford/oxpcie/oxpcie_early.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/oxford/oxpcie/oxpcie_early.c b/src/drivers/oxford/oxpcie/oxpcie_early.c
index 98996197e7..2bca5c7056 100644
--- a/src/drivers/oxford/oxpcie/oxpcie_early.c
+++ b/src/drivers/oxford/oxpcie/oxpcie_early.c
@@ -64,7 +64,7 @@ void oxford_init(void)
CONFIG_OXFORD_OXPCIE_BRIDGE_SUBORDINATE);
/* Memory window for the OXPCIe952 card */
- // XXX is the calculation of base and limit corect?
+ // XXX is the calculation of base and limit correct?
pci_write_config32(PCIE_BRIDGE, PCI_MEMORY_BASE,
((CONFIG_OXFORD_OXPCIE_BASE_ADDRESS & 0xffff0000) |
((CONFIG_OXFORD_OXPCIE_BASE_ADDRESS >> 16) & 0xff00)));