summaryrefslogtreecommitdiffstats
path: root/platforms/ibm-fsp/firenze.c
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/ibm-fsp/firenze.c')
-rw-r--r--platforms/ibm-fsp/firenze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/ibm-fsp/firenze.c b/platforms/ibm-fsp/firenze.c
index 507841d9..4dd07a18 100644
--- a/platforms/ibm-fsp/firenze.c
+++ b/platforms/ibm-fsp/firenze.c
@@ -285,7 +285,7 @@ static void firenze_send_pci_inventory(void)
aend = (end + 0xffful) & ~0xffful;
offset = PSI_DMA_PCIE_INVENTORY + (base & 0xfff);
- /* We can only accomodate so many entries in the PSI map */
+ /* We can only accommodate so many entries in the PSI map */
if ((aend - abase) > PSI_DMA_PCIE_INVENTORY_SIZE) {
prerror("PLAT: PCIe inventory too large (%lld bytes)\n",
aend - abase);
OpenPOWER on IntegriCloud