From 5688979fbd190af1a6c5181a837341761043a8b2 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 9 Jul 2013 21:39:46 -0600 Subject: drivers: Fix spelling Change-Id: Ib0d98e3ab5b2943c36f88765587e8963a4f49604 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/3754 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/drivers/oxford/oxpcie/oxpcie_early.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/oxford') 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))); -- cgit v1.2.3